Update README.md

This commit is contained in:
Peter Norvig 2017-08-15 17:11:12 -07:00 committed by GitHub
parent fa2672ad45
commit 8880ffaa99

View File

@ -21,6 +21,7 @@ This project contains **pytudes**—Python programs to practice or demonstra
|Word Games|
|---|
|[Ghost](https://github.com/norvig/pytudes/blob/master/Ghost.ipynb)<br>*The word game Ghost (add letters, try to avoid making a word).*|
|[World's Longest Palindrome](https://github.com/norvig/pytudes/blob/master/pal3.ipynb)<br>*Searching for a long Panama-style palindrome, this time letter-by-letter.*|
|[Refactoring a Crossword Game Program](https://github.com/norvig/pytudes/blob/master/Scrabble.ipynb)<br>*Refactoring the Scrabble / Word with Friends game from Udacity 212.*|
|[xkcd 1313: Regex Golf](https://github.com/norvig/pytudes/blob/master/xkcd1313.ipynb)<br>*Find the smallest regular expression; inspired by Randall Monroe.*|