Skip to content

Guess Game, where you guess a number until you win.

Notifications You must be signed in to change notification settings

ReDWoLf1007/Guess-Game-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Guess-Game-Cpp

  1. Game will randomly choose a number from 1 to 100.
  2. Player will guess a number.
  3. If your guess is above the chosen number, the game will show a message "Guess Lower".
  4. If your guess is below the chosen number, the game will show a message "Guess Higher".
  5. Each time you guess, you are closer to the chosen number.
  6. When your guess is correct, YOU WIN.

We have used do-while loop for this game.

About

Guess Game, where you guess a number until you win.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages