Skip to content

Guess a random number between 0 and 100 minigame - made in Java

Notifications You must be signed in to change notification settings

cheese-wheel-sh/java-random-number-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Random number guesser made in Java

Here's my attempt in making a random number guesser in Java, all within 55 lines of code. I'm new to Java, so if you have any recommendations or tips, please share them with me. This project was relatively quickly made and will likely see some updates in the future (f.ex. choosing the range of the random number).

Features

  • Unlimited gameplay, if the user chooses to
  • Creating a random number between 0 and 100
  • Checking whether the guessed number is higher, lower or equal to the random number

About

Guess a random number between 0 and 100 minigame - made in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages