python-scripts/scripts/Guess the number
2022-10-07 21:39:15 +05:30
..
Guess_the_number.py Add files via upload 2022-10-07 21:32:26 +05:30
Readme.md Update Readme.md 2022-10-07 21:39:15 +05:30

Guess the number

  1. In this game, the [program generates random numbber]but this number is not visible to the player.
  2. Player tries to guess the number. If the player enters the same number that is generated by system then program displays the winning message and game ends there.
  3. If the player enters wrong number then that number is evaluated. If the number is greater than right answer than system gives a hint that entered number is high otherwise if number is smaller than right answer than it says lower.
  4. There are limited number of attempts available with the user to win the game.