A fun number guessing game in Java where the computer generates a random number and the user has to guess it within limited attempts.
- Core Java (basic)
- Random Class
- Loops
- Conditional Statements
- Random number generation
- User input with hints (too high / too low)
- Limited number of attempts
- Clone the repository
- Compile:
javac GuessGame.java - Run:
java GuessGame