A simple number guessing game where the player tries to guess a randomly generated number within a certain range. The game provides feedback on whether the guess is too high, too low, or correct, and tracks the number of attempts.
- The computer randomly picks number between 1 to 100
- The player is prompted to guess the number
- After each guess, the game gives you hint that the correct number is "less than" or "greater than" guess
1.Clone the repository
git clone https://github.com/r-ishabh12/NumberGuessingGaame.git
cd NumberGuessingGame2.**Compile the JAVA file
javac Main.java3.Run the game
java MainMake sure to check the java is insatlled using java -version
- Project idea taken from(https://roadmap.sh/projects/number-guessing-game)
