Good at Guessing? Guess The Number! a fun number guessing game made with python that can be run in your terminal by following the mentioned steps! a random number is generated and you're given ten chances to guess that number! hints like "too low" or "too high" are also provided to help you along the way.
mini projects with python count two!
Installation and Usage. step one: type in command "pip install colorama" step two: clone or download this repository. step three: run python numberguess.py
my learnings
- I played with the if-else statements and while loops and revised my python knowledge here.
- I also used colorama, a new python library to me in order to get some colours in the monotonous terminal.
screenshot game-exhibit-1.png