https://github.com/emmanuel-howard/number-guessing-game
A game where the User must guess the correct number, using hints.
https://github.com/emmanuel-howard/number-guessing-game
conditional-statements number-guessing-game python
Last synced: 16 days ago
JSON representation
A game where the User must guess the correct number, using hints.
- Host: GitHub
- URL: https://github.com/emmanuel-howard/number-guessing-game
- Owner: Emmanuel-Howard
- Created: 2025-01-10T14:39:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:57:03.000Z (over 1 year ago)
- Last Synced: 2025-06-01T13:20:58.813Z (about 1 year ago)
- Topics: conditional-statements, number-guessing-game, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Number Guessing Game (Python)
A game where the User must guess the correct number, using hints.
## Description
This program prompts the User to guess a number (1-100). The program will then tell the User if his/her guess is too high or too low, counting how many guesses it takes. Once he/she guesses the correct number, they win!
## Author
Emmanuel Howard - https://github.com/Emmanuel-Howard