A CLI version of the popular children's game Hangman. Includes 20,000+ words!
Go to file
maddie eb2cb2ea4d Pointed townies to my bin directory to launch the game 2021-03-18 20:26:18 +00:00
README.md Pointed townies to my bin directory to launch the game 2021-03-18 20:26:18 +00:00
hangman.py Fixes formatting in the title and advises user to run the town default python 2021-03-18 20:16:10 +00:00
words.txt first commit 2021-03-18 20:11:30 +00:00

README.md

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.