Hangman (#16)
Jonathan Frech
On a recent train ride I made a little Python program to play Hangman.
My version has 7 stages (you could implement more by changing the STAGES
variable) and is at best playable if you have someone else who gives you a word (you can also type “r” for a random word, but the list of random words is not very long).



Source code: hangman.py