A classic Hangman word-guessing game where the player tries to guess a hidden word before the hangman is fully drawn.
- Guessing Try to guess a hidden word, one letter at a time.
- Hints The first letter of each word is revealed to the player at the start of the round.
- Attempts You have 6 incorrect guesses before the game is over. Each wrong guess draws another part of the hangman figure.
- Visual Feedback: The hangman is progressively drawn in the terminal for each wrong guess:
- Head
- Torso
- One Arm
- Second Arm
- One Leg
- Second Leg
- Navigate to the game's directory from your terminal:
cd python/hangman - Run the script using Python:
python hangman.py