Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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!