From 3ffe0c509c3fd2d03db6bd1ca6acdb81047af5d3 Mon Sep 17 00:00:00 2001 From: fortymiles Date: Wed, 22 Aug 2018 14:16:13 +0800 Subject: [PATCH] fix link error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa52591..fe1c222 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |[Conway's Game of Life](https://github.com/norvig/pytudes/blob/master/ipynb/Life.ipynb)
*The cellular automata zero-player game.*| |[A Chaos Game with Triangles](https://github.com/norvig/pytudes/blob/master/ipynb/Sierpinski.ipynb)
*A surprising appearance of the Sierpinski triangle in a random walk between vertexes.*| |[Generating Mazes](https://github.com/norvig/pytudes/blob/master/ipynb/Maze.ipynb)
*Make a maze by generating a random tree superimposed on a grid.*| -|[Can't Stop](https://github.com/norvig/pytudes/blob/master/ipynb/cantstop.ipynb)
*Optimal play in a dice board game.*| +|[Can't Stop](https://github.com/norvig/pytudes/blob/master/ipynb/Cant-Stop.ipynb)
*Optimal play in a dice board game.*| |Logic and Number Puzzles| |---|