mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
Update Readme.md
This commit is contained in:
parent
763dc7de21
commit
2985dc3515
|
@ -1 +1,8 @@
|
|||
# Guess the number
|
||||
|
||||
|
||||
|
||||
1. In this game, the [program generates random numbber]but this number is not visible to the player.<br>
|
||||
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.<br>
|
||||
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’.<br>
|
||||
4. There are limited number of attempts available with the user to win the game.
|
||||
|
|
Loading…
Reference in New Issue
Block a user