Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.