Update Cant-Stop.ipynb

This commit is contained in:
Peter Norvig
2022-11-23 13:42:02 -08:00
committed by GitHub
parent 20efbec4bf
commit 3722bda7b9

View File

@@ -8,7 +8,7 @@
"\n",
"# Can't Stop Game\n",
"\n",
"**[Can't Stop](https://en.wikipedia.org/wiki/Can%27t_Stop_(board_game))** is a board game with [these rules](https://www.yucata.de/en/Rules/CantStop). In this notebook I will explore rational plays in the game. (Note: I use a term that is not in the rule book: what they call a \"marker\" or \"neutral marker,\" I call a \"sherpa\": a guide for leading you to the top.)\n",
"**[Can't Stop](https://en.wikipedia.org/wiki/Can%27t_Stop_%28board_game)%29** is a board game with [these rules](https://www.yucata.de/en/Rules/CantStop). In this notebook I will explore rational plays in the game. (Note: I use a term that is not in the rule book: what they call a \"marker\" or \"neutral marker,\" I call a \"sherpa\": a guide for leading you to the top.)\n",
"\n",
"\n",
"# Representing Dice Rolls\n",