Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.3 KB

🧩 Hangman Game

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!

🔍 Features

  • 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.

🎮 How It Works

  1. Game Start: The game selects a random word from a predefined list.
  2. Guessing Letters: Players guess one letter at a time.
  3. Lives: Players have 6 lives. Incorrect guesses reduce the number of lives.
  4. Winning or Losing: The game ends when the player either guesses all the letters or runs out of lives.

🏆 Instructions

  1. Run the script to start the game.
  2. Input your guesses when prompted.
  3. Try to guess the word before your lives run out!

🤝 Contributing

Feel free to fork the repository and contribute improvements or new features. Pull requests are welcome!