An open API service indexing awesome lists of open source software.

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.

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

![Screenshot (45)](https://user-images.githubusercontent.com/95845593/223327706-44a4e837-ae92-4800-9e7b-6f16ed3513ff.png)