Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arvindparekh/guess-the-number-game
A guessing game created in python as a learning project.
https://github.com/arvindparekh/guess-the-number-game
game
Last synced: 11 days ago
JSON representation
A guessing game created in python as a learning project.
- Host: GitHub
- URL: https://github.com/arvindparekh/guess-the-number-game
- Owner: ArvindParekh
- Created: 2021-10-30T10:46:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T11:54:29.000Z (about 3 years ago)
- Last Synced: 2024-10-11T23:07:46.119Z (25 days ago)
- Topics: game
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess-The-Number-Game
This is a Guess The Number game created with the help of Python.
It can be played by two users. The first player enters the number and the second player has to guess it. He will be provided with 7 guesses after which the game ends automatically.
Hope you like it!