Hangman is a popular word game,and using python I created a CLI version of it,
-
Clone this repo to your local machine using
git clone https://github.com/dev-pos/hangman-cli.git
-
Then simply run the script using
python hangman.py
- Create a Game Menu
- Dificulty Levels, Hints, Scoreboard etc...
- Maybe sounds? 😉