A CLI version of the popular children's game Hangman. Includes 20,000+ words!
Go to file
2021-03-18 20:11:30 +00:00
hangman.py first commit 2021-03-18 20:11:30 +00:00
README.md first commit 2021-03-18 20:11:30 +00:00
words.txt first commit 2021-03-18 20:11:30 +00:00

Hangman

Description

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

How To Use

  • Navigate inside tilde.town to /maddie/git/hangman/
  • python3 hangman.py
  • 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.