Welcome to the Hangman game repository! 🧩 This classic word-guessing game is written in Python and offers a fun challenge for players of all ages. Test your vocabulary and problem-solving skills as you try to guess the hidden word before running out of lives!
- Word List: A diverse collection of words to keep the game interesting and challenging.
- Game Logic: Provides a simple and engaging gameplay loop with a chance to guess letters.
- Visual Feedback: Displays a hangman graphic that updates with each incorrect guess.
- User Interaction: Allows users to guess letters and provides feedback on their guesses.
- Game Start: The game selects a random word from a predefined list.
- Guessing Letters: Players guess one letter at a time.
- Lives: Players have 6 lives. Incorrect guesses reduce the number of lives.
- Winning or Losing: The game ends when the player either guesses all the letters or runs out of lives.
- Run the script to start the game.
- Input your guesses when prompted.
- Try to guess the word before your lives run out!
Feel free to fork the repository and contribute improvements or new features. Pull requests are welcome!