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

https://github.com/emmanuel-howard/number-guessing-game

A game where the User must guess the correct number, using hints.
https://github.com/emmanuel-howard/number-guessing-game

conditional-statements number-guessing-game python

Last synced: 16 days ago
JSON representation

A game where the User must guess the correct number, using hints.

Awesome Lists containing this project

README

          

# Number Guessing Game (Python)
A game where the User must guess the correct number, using hints.

## Description
This program prompts the User to guess a number (1-100). The program will then tell the User if his/her guess is too high or too low, counting how many guesses it takes. Once he/she guesses the correct number, they win!

## Author
Emmanuel Howard - https://github.com/Emmanuel-Howard