Skip to content

Commit ca2462c

Browse files
committed
added README
1 parent 3e79bdf commit ca2462c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Number Guessing Game/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Number Guessing Game
2+
3+
This is a game that allows you guess a number between the range of 1- 10 in just 7 trials.
4+
5+
# Prerequisites
6+
7+
It requires no prerequisites, you only need to run the script. If you don't have Python installed, you can visit [here](https://www.python.org/downloads/) to download Python
8+
9+
# How to run the script
10+
11+
Running the script is pretty easy, open a terminal in the folder where your script is located and run the following command :
12+
13+
`python numberGuessingGame.py`
14+
15+
# Sample use of the script
16+
17+
![alt text](https://github.com/Mannuel25/py-projects/blob/master/all-python-codes/number-guessing-game/script_screenshot.png)
18+
19+
20+
# Author's name
21+
22+
[Tanimowo Emmanuel](https://github.com/Mannuel25)

0 commit comments

Comments
 (0)