Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codenitros/guess_the_number_game

A python game to guess a number and earn points!
https://github.com/codenitros/guess_the_number_game

Last synced: about 2 months ago
JSON representation

A python game to guess a number and earn points!

Awesome Lists containing this project

README

        

About the game:-

The program prompts the user to guess a number between 1 and 10 (both inclusive). For every turn ,the user gets 7 chances. If the user guesses the right answer, +5 points is awarded and -1 incase the user couldn't guess.

Development:

Python pakage dependency:-
1. RANDOM
2. MATH

package "Random" is used to generate a random number [1,10] for every turn . User input is restricted to 7 times. Scoring is done accordingly,

Instructions To Use:

1. Download / clone the repository
2. open the file using IDLE (python IDE). Python needs to be installed.
3. Run the code and enjoy!