This Hangman game is a simple Java application where players can guess the name of a movie.
In this game, a random movie name is chosen from a predefined list, and some of its letters are hidden. Players can guess the movie name by selecting letters from the provided buttons or typing directly into the text field.
- Random Movie Selection: A random movie name is chosen from a list of popular movies.
- Letter Hints: Some of the letters in the movie name are revealed to the player.
- Guessing Mechanism: Players can guess the movie name by selecting letters or typing directly into the text field.
- Check Button: Players can check if their guessed movie name matches the actual movie name.
- Feedback: Players receive feedback on whether their guess is correct or not.
To play the game, follow these steps:
- Run the compiled Java program.
- Guess the movie name by selecting letters from the provided buttons or typing directly into the text field.
- Click the "Check" button to verify your guess.
- Receive feedback on whether your guess is correct or not.
This application requires Java to be installed on your system.
Contributions are welcome! If you have any ideas for improvements or find any issues, feel free to open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.