Develop a simple game. Some examples are below. Create a separate folder for the game you going to develop inside the "Simple Game" folder and add related java files inside that folder.
• Guess the Number - Implement a game where the player tries to guess a randomly generated number within a certain range.
• Hangman: Create a classic word-guessing game where the player guesses letters to complete a hidden word.