-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtariNames.py
80 lines (59 loc) · 1.07 KB
/
AtariNames.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Name = {
1: "Alien",
2: "Amidar",
3: "Assault",
4: "Asterix",
5: "Asteroids",
6: "Atlantis",
7: "BankHeist",
8: "BattleZone",
9: "BeamRider",
10: "Berzerk",
11: "Bowling",
12: "Boxing",
13: "Breakout",
14: "Centipede",
15: "ChopperCommand",
16: "CrazyClimber",
17: "Defender",
18: "DemonAttack",
19: "DoubleDunk",
20: "Enduro",
21: "FishingDerby",
22: "Freeway",
23: "Frostbite",
24: "Gopher",
25: "Gravitar",
26: "Hero",
27: "IceHockey",
28: "Jamesbond",
29: "Kangaroo",
30: "Krull",
31: "KungFuMaster",
32: "MontezumaRevenge",
33: "MsPacman",
34: "NameThisGame",
35: "Phoenix",
36: "Pitfall",
37: "Pong",
38: "PrivateEye",
39: "Qbert",
40: "Riverraid",
41: "RoadRunner",
42: "Robotank",
43: "Seaquest",
44: "Skiing",
45: "Solaris",
46: "SpaceInvaders",
47: "StarGunner",
48: "Surround",
49: "Tennis",
50: "TimePilot",
51: "Tutankham",
52: "UpNDown",
53: "Venture",
54: "VideoPinball",
55: "WizardOfWor",
56: "YarsRevenge",
57: "Zaxxon",
}