hangman/README.md

440 B

Hangman

Description

A CLI version of the popular children's game Hangman. Includes 20,000+ words!

How To Play!

  • Navigate inside tilde.town to /maddie/bin/hangman/
  • ./hangman
  • A random word will be chosen, your job is to guess it correctly in six turns!
  • Have fun!

Future Plans

Fix some bugs and add replay feature; but this should be a working copy that works on Python3. It was originally written in 2.7.3 back in 2011.