A simple hangman game created in Python

A simple hangman game created in Python.

Starting the Game

To run the game, use the following command in the terminal of the project after cloning the repository:
python hangman.py

The following window will appear after running the command.

124055053-11d0ec00-d9d8-11eb-8a2b-681bae340fb9

Playing the Game

As with normal hangman games, the player start with a secret, hidden word, denoted by the blank spaces at the bottom left of the screen (in red).

The player can guess letters in the word using the text box and submitting the letter using the submit button, or start a new game (in blue).

All letters that have been guessed are shown in the letter bank in the top left-hand side for the player’s ease (in green).

The number of guesses left is

 

 

 

To finish reading, please visit source site