From 7db423307eaccd6012319556f16a28b01ffb4e8d Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Thu, 22 Mar 2018 00:13:28 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd10c62..00dc3d9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |Word Games| |---| +|[xkcd 1970: Name Dominoes](https://github.com/norvig/pytudes/blob/master/ipynb/xkcd-Name-Dominoes.ipynb)
*Lay out dominoes legally; the dominoes have people names, not numbers.*| |[Ghost](https://github.com/norvig/pytudes/blob/master/ipynb/Ghost.ipynb)
*The word game Ghost (add letters, try to avoid making a word).*| |[World's Longest Palindrome](https://github.com/norvig/pytudes/blob/master/ipynb/pal3.ipynb)
*Searching for a long Panama-style palindrome, this time letter-by-letter.*| |[Refactoring a Crossword Game Program](https://github.com/norvig/pytudes/blob/master/ipynb/Scrabble.ipynb)
*Refactoring the Scrabble / Word with Friends game from Udacity 212.*|