Skip to content

ryanmseefeldt/GuessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Random Number Guessing Game

Welcome to the Random Number Guessing Game! This Java program, rsguessgame.java, allows you to guess a randomly generated number. If your guess is lower than the generated number, it will display "Lower". If your guess is higher, it will display "Higher". Let's see if you can guess the correct number!

How to Play

  1. Run the rsguessgame.java program.
  2. The program will generate a random number.
  3. Enter your guess when prompted.
  4. The program will inform you if your guess is lower or higher than the generated number.
  5. Continue guessing until you guess the correct number or choose to quit.
  6. If you want to play again, the program will generate a new random number.
  7. If you choose to quit, the program will display the statistics for that session.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages