Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramirezmike/guessthenumber
Guess the number game in Python
https://github.com/ramirezmike/guessthenumber
Last synced: 26 days 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-23T02:47:31.000Z (almost 13 years ago)
- Last Synced: 2024-10-28T17:29:35.957Z (2 months 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.