https://github.com/artinmohajeri/number-guess-game
in this game you have to guess a number.
https://github.com/artinmohajeri/number-guess-game
game number-guessing-game python python3
Last synced: about 2 months ago
JSON representation
in this game you have to guess a number.
- Host: GitHub
- URL: https://github.com/artinmohajeri/number-guess-game
- Owner: artinmohajeri
- Created: 2022-04-28T16:10:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T05:22:02.000Z (over 2 years ago)
- Last Synced: 2025-06-21T12:39:31.422Z (4 months ago)
- Topics: game, number-guessing-game, python, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guess Game
#### you will guess a number and the programm will tell you that the real number is bigger that your guess or smaller so you will know what to guess after that.
* This project is written with python
In this game at first you have to choose the difficulity of the game.
### easy=(0, 10) normal=(0, 100) hard=(0, 1000)
### number of guesses easy= 4, normal= 7, hard= 10
