Command Line Hangman/Word Guessing game.
As of now, this game is only supported on UNIX based systems
Run these commands(This is only if you download your files to your default download directory. To work with different download directories, change the argument to the first cd command to your download directory)
git clone https://www.github.com/ddxtanx/hangman.git
cd hangman
python install.py
Now you can run
hangman
to play!
If you want to delete all files from your system just run
python uninstall.py
and all files will be gone!