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: 9 months ago
JSON representation

Guess the number game in Python

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.