Skip to content

A program that picks a random integer from 1 to 100, and has players guess the number.Similar to Marco polo game

Notifications You must be signed in to change notification settings

gokulbalagopal/Guessing-Number-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

A program that picks a random integer from 1 to 100, and has players guess the number. The rules are:

If a player's guess is less than 1 or greater than 100, say "OUT OF BOUNDS" On a player's first turn, if their guess is within 10 of the number, return "WARM!" further than 10 away from the number, return "COLD!" On all subsequent turns, if a guess is closer to the number than the previous guess return "WARMER!" farther from the number than the previous guess, return "COLDER!" When the player's guess equals the number, tell them they've guessed correctly and how many guesses it took!

About

A program that picks a random integer from 1 to 100, and has players guess the number.Similar to Marco polo game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages