File tree 3 files changed +71
-0
lines changed
GAMES/Guess the US States 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change
1
+ state,x,y
2
+ Alabama,139,-77
3
+ Alaska,-204,-170
4
+ Arizona,-203,-40
5
+ Arkansas,57,-53
6
+ California,-297,13
7
+ Colorado,-112,20
8
+ Connecticut,297,96
9
+ Delaware,275,42
10
+ Florida,220,-145
11
+ Georgia,182,-75
12
+ Hawaii,-317,-143
13
+ Idaho,-216,122
14
+ Illinois,95,37
15
+ Indiana,133,39
16
+ Iowa,38,65
17
+ Kansas,-17,5
18
+ Kentucky,149,1
19
+ Louisiana,59,-114
20
+ Maine,319,164
21
+ Maryland,288,27
22
+ Massachusetts,312,112
23
+ Michigan,148,101
24
+ Minnesota,23,135
25
+ Mississippi,94,-78
26
+ Missouri,49,6
27
+ Montana,-141,150
28
+ Nebraska,-61,66
29
+ Nevada,-257,56
30
+ New Hampshire,302,127
31
+ New Jersey,282,65
32
+ New Mexico,-128,-43
33
+ New York,236,104
34
+ North Carolina,239,-22
35
+ North Dakota,-44,158
36
+ Ohio,176,52
37
+ Oklahoma,-8,-41
38
+ Oregon,-278,138
39
+ Pennsylvania,238,72
40
+ Rhode Island,318,94
41
+ South Carolina,218,-51
42
+ South Dakota,-44,109
43
+ Tennessee,131,-34
44
+ Texas,-38,-106
45
+ Utah,-189,34
46
+ Vermont,282,154
47
+ Virginia,234,12
48
+ Washington,-257,193
49
+ West Virginia,200,20
50
+ Wisconsin,83,113
51
+ Wyoming,-134,90
Original file line number Diff line number Diff line change
1
+
2
+ # US States Game
3
+
4
+ ***
5
+
6
+ ### This is a trivia game that uses the turtle module.<br >Can you guess all 50 states of the US?
7
+
8
+ ***
9
+
10
+ ## Requirements
11
+ - Pandas
12
+ - Turtle
13
+
14
+ ***
15
+
16
+ ###### To install pandas:<br >
17
+
18
+ ```
19
+ pip install pandas
20
+ ```
You can’t perform that action at this time.
0 commit comments