Skip to content

I developed a game that enables the user to guess the randomly chosen number. I enabled automatic evaluation and improved the interactive experience by giving hints after each attempt.

Notifications You must be signed in to change notification settings

Srilekha-1106/Guess-the-Number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GuessTheNumber

A simple game where a random number between 1 and 100 is selected, and the player must guess the number with unlimited attempts. After each guess, one of the following responses will be provided:

If the guess is less than the chosen number: "Your guess is too low."

If the guess is more than the chosen number: "Your guess is too high."

If the guess is equal to the chosen number: "Awesome job, you got it."

Players should use these hints to inform their next guess. The game keeps track of recent attempts, displaying them below to help players analyze their guesses and count the total number of attempts. A Restart Button is available to reset the game and select a new number between 1 and 100. guessthenumber

About

I developed a game that enables the user to guess the randomly chosen number. I enabled automatic evaluation and improved the interactive experience by giving hints after each attempt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published