Play the Hangman word game with your friends!
- Download the zip folder and make sure everything is in one directory named - "hangman"
- Make sure you have pygame installed. If not, open terminal or command prompt and type - "pip install pygame" if that does not work, type - "pip3 install pygame" if that does not work, try reinstalling the latest version of python, then trying again.
- Run the main.py script in terminal or command prompt with - "python3 main.py"
- Enjoy!