Skip to content

Build a fun and interactive number guessing game in Java that challenges players to guess a randomly generated number within a specified range.

Notifications You must be signed in to change notification settings

chinmoy1809/PRODIGY_SD_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PRODIGY_SD_02

The aim is to create a Java Programm in which a user is given K chances to estimate a randomly generated number. The game's rules are as follows: If the guessed number is more than the real number, the program will display the message "guessed number greater than the actual number.

The player has 3 rounds to play. In each round, the game generates a random target number between 1 and 100. The player has up to 10 attempts to guess the correct number in each round. After each guess, the game informs the player if their guess is too high or too low. If the player guesses correctly, they are awarded points based on the number of attempts. The game displays the total score at the end of all rounds.

About

Build a fun and interactive number guessing game in Java that challenges players to guess a randomly generated number within a specified range.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages