Hangman is a classic word-guessing game where one player thinks of a word and the other player tries to guess it by suggesting letters one at a time. In this Python-based Hangman game, you can play as the guesser and try to figure out the hidden word.
- Randomly selects a word from a predefined word list.
- Allows the player to guess one letter at a time.
- Keeps track of incorrect guesses and displays a hangman drawing.
- Provides feedback on whether the guessed letter is correct or not.
- Ends the game when the word is guessed correctly or the hangman is fully drawn.
- Python 3.x
- Git (for cloning the repository)
- Clone the repository to your local machine: