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.pyNow you can run
hangmanto play!
If you want to delete all files from your system just run
python uninstall.pyand all files will be gone!