A simple hangman game made for the command line (windows CMD, specifically)
Python
Download the repository as a .zip file and run hangman-cli.py (using python hangman-cli.py
)
To change the word used, change the variable WORD in the main() method at the bottom of hangman-cli.py