rit-hub / Hacktoberfest-2021

Open source project for contribution
7 stars 30 forks source link

Guess the number game #39

Closed SanjanaSogimatt closed 2 years ago

SanjanaSogimatt commented 2 years ago

This is a simple game. Where you have to keep a number in your mind and let the computer guess it. Rules: Rules are pretty simple to play this game

  1. You have to keep a number in your mind
  2. The computer will generate a random number and ask the user if the random number is too high or too low or correct.
  3. The user have to input whether the number guessed by the computer is correct or not by providing simple input. Ya that's it.