Number Game (Java)
Welcome to the Number Game in Java! This program challenges you to guess a randomly generated number within a specified range. Test your guessing skills and aim for a high score!
Features
- Generate a random number within a specified range (default: 1 to 100).
- Prompt the user to enter their guess for the generated number.
- Provide feedback on whether the guess is correct, too high, or too low.
- Limit the number of attempts to guess the correct number.
- Option for multiple rounds - play again and again!
- Display the user's score based on the number of attempts taken or rounds won.