Welcome to the Hangman game built using Pygame! This classic word-guessing game is both fun and challenging. Try to guess the hidden word one letter at a time before you run out of attempts. Here's how you can play and enjoy the game:
- The program selects a random word from a predefined list.
- You start with 6 attempts to guess the word.
- The game provides you with empty spaces representing each letter of the word.
- Click on the letters on the screen to guess them.
- Correct guesses will fill in the blank spaces.
- Incorrect guesses will reduce your remaining attempts.
- If you correctly guess the word without using a hint, you will earn 10 points for that word.
- If you use a hint (e.g., asking for a clue), you will earn 5 points for that word.
- If you lose the game by running out of attempts, you can retry and play again with a new randomly chosen word.
- The game ends when you either:
- Correctly guess the word.
- Run out of attempts.
- Choose to quit the game.
- Keep track of the points earned for each word guessed correctly.
- Aim for a high score and enjoy challenging yourself!
- Run the Python script.
- Enter your full name when prompted.
- Read the game instructions and rules.
- Choose to start the game when asked.
- Guess the letters to complete the word.
- Earn points for each correct guess.
- Use hints if needed (but at the cost of fewer points).
- Keep playing and improving your score!
- Retry the game if you lose or choose to exit when done.
Enjoy the Hangman game and have fun guessing words! Thank you for playing.
Developer:
- Name: Akshat Pandey
Score:
- Your Score: 200
Have a great time playing the game! 😊