Hangman is a word guessing game for one player. The player think of a letter to guess until they get the word correct before they are our of life.
The game is written in Python 3.6 and the graphical interface is developed using Pygame. To install and play the game:
- Clone the repository.
git clone https://github.com/nthungdev/hangmanpygame.git
- Install Pygame.
python3 -m pip install -U pygame --user
- Run the game:
python3 hangman.py