This small project is a version of the Hangman game that is run in the CLI.
It's all written in Python 3.
It was made for practicing fundamentals of programming in the Python language.
- Open your terminal
- Get in the repository using
cd py-hangman - Run
python3 hangman.py - Enjoy the game!