Skip to content

Commit 0dd84e2

Browse files
authored
Update README.md
1 parent 06540da commit 0dd84e2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

GAMES/Guess the US States/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11

22
# US States Game
33

4-
***
54

6-
### This is a trivia game that uses the turtle module.<br>Can you guess all 50 states of the US?
5+
#### This is a trivia game that uses the turtle module.<br>Can you guess all 50 states of the US?
6+
77

8-
***
98

109
## Requirements
1110
- Pandas
1211
- Turtle
1312

14-
***
1513

16-
###### To install pandas:<br>
14+
### To install pandas:
1715

1816
```
1917
pip install pandas
2018
```
19+
### How to run the file
20+
21+
open the terminal and navigate to the path of the file
22+
```
23+
python main.py

0 commit comments

Comments
 (0)