A simple, yet engaging hangman game written in Java.
- 💪 Three Levels of Difficulty: Easy, Medium, Difficult
- 👀 Real-Time Visual Feedback: Visual updates with every wrong guess
- 💯 Performance Grading: Receive a grade at the end based on your performance
- 📚 Random Word Selection: Words are selected from a predefined list according to the selected difficulty level
Hangman challenges players to guess a hidden word, letter by letter, before the hangman drawing is completed.
1. The Hidden Word:
- A randomly chosen word is represented by underscores (
_
).
- Players guess one letter at a time to reveal the word.
- Correct guesses reveal the letter, wrong guesses build the hangman drawing.
- Win by revealing the entire word, or lose by completing the hangman drawing.
This project is licensed under the MIT License. View the LICENSE.md file for details.