Hangman

This is a Python project of the classic game "Hangman". The word to guess is represented by a row of dashes. If the player guesses a letter that exists in the word, the script writes it in all its correct positions. The player has 10 turns to guess the word. You can easily customize the game by changing the variables.

View the Project on GitHub Ronny-22-Code/Hangman

Hangman

This is a Python project of the classic game “Hangman”. The word to guess is represented by a row of dashes. If the player guesses a letter that exists in the word, the script writes it in all its correct positions. The player has 10 turns to guess the word. You can easily customize the game by changing the variables.

Screenshots

Code-1

Code-2

Output

Output