hangman/README.md

15 lines
440 B
Markdown
Raw Permalink Normal View History

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 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!
2021-03-18 20:11:30 +00:00
- 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.