Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/codenitros/guess_the_number_game
- Owner: codenitros
- Created: 2018-03-09T06:41:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T07:04:01.000Z (almost 7 years ago)
- Last Synced: 2024-08-21T07:33:19.580Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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. MATHpackage "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!