This is a simple hangman game written in Python, currently the game has the basic hangman functionality without a score system, this will be added in the future with new features.
- Clone this repository by using:
git clone repo-link
- Run the game by using the command:
python main.py
- You can modify the data.txt file to add all the words you want to use in the game.