https://github.com/ramirezmike/guessthenumber
Guess the number game in Python
https://github.com/ramirezmike/guessthenumber
Last synced: 9 months ago
JSON representation
Guess the number game in Python
- Host: GitHub
- URL: https://github.com/ramirezmike/guessthenumber
- Owner: ramirezmike
- Created: 2012-02-23T02:40:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-23T02:47:31.000Z (over 14 years ago)
- Last Synced: 2025-02-08T19:34:56.072Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Just a simple guess the number game
that chooses a random number between 0 and 100
and then lets the user guess 10 times. After each guess
there's a hint. Once finished, it prints all the guesses.