File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Project 1 - Number Guessing Game Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ This Python script implements a simple number guessing game where the user has t
21
21
### How to Use
22
22
23
23
1 . Clone the repository or download the Python script.
24
- 2 . Run the script using Python 3.x.
25
- 3 . Enter the desired number of rounds when prompted.
26
- 4 . Follow the instructions to guess the random number within the specified rounds.
24
+ ```
25
+ https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%201%20-%20Number%20Guessing%20Game
26
+ 3. Run the script using Python 3.x.
27
+ 4. Enter the desired number of rounds when prompted.
28
+ 5. Follow the instructions to guess the random number within the specified rounds.
27
29
28
30
Enjoy playing the number guessing game!
29
31
You can’t perform that action at this time.
0 commit comments