From 3722bda7b986d107d8de2cfeb4dcb8b5af55917c Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Wed, 23 Nov 2022 13:42:02 -0800 Subject: [PATCH] Update Cant-Stop.ipynb --- ipynb/Cant-Stop.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/Cant-Stop.ipynb b/ipynb/Cant-Stop.ipynb index 3293b74..3afb42e 100644 --- a/ipynb/Cant-Stop.ipynb +++ b/ipynb/Cant-Stop.ipynb @@ -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",