-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks_to_python_games
More file actions
91 lines (65 loc) · 2.47 KB
/
Copy pathlinks_to_python_games
File metadata and controls
91 lines (65 loc) · 2.47 KB
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
81
82
83
84
85
86
87
88
89
Many thanks to Rice University's Computer Science Department for creating the online courses on Coursera(
An Introduction to Interactive Programming in Python and
Principles of Computing). The following games are built
on top of templates provided by them during the online
courses.
1) Pong
http://www.codeskulptor.org/#user30_AiQFfs3sxmDrIZt.py
2) Memory game
http://www.codeskulptor.org/#user31_FQBmPRCnVYIgPHG.py
3) blackjack
http://www.codeskulptor.org/#user31_e8QfnywQQj_0.py
http://www.codeskulptor.org/#user31_1jYpNFejgL5KBOZ.py
fully working version:
http://www.codeskulptor.org/#user31_1jYpNFejgL5KBOZ_1.py
4) Asteroids Part 1
http://www.codeskulptor.org/#user32_0uwoj6DlkMUgVps.py
5) Asteroids Part 2
http://www.codeskulptor.org/#user33_0uwoj6DlkMUgVps_0.py
6) Asteroids Part 3
http://www.codeskulptor.org/#user33_0uwoj6DlkMUgVps_1.py
7) Asteroids Part 4 (+ explosions)
http://www.codeskulptor.org/#user33_0uwoj6DlkMUgVps_2.py
http://www.codeskulptor.org/#user33_0uwoj6DlkMUgVps_3.py
8) Tic-Tac-Toe
working versions:
http://www.codeskulptor.org/#user35_GOgA7fFnG2_1.py
http://www.codeskulptor.org/#user35_GOgA7fFnG2_3.py
9) Tic-Tac-Toe(Minimax):
other version:
http://www.codeskulptor.org/#user36_5oIWFWZP1h_7.py (_4.py gets 74pt)
working version:
http://www.codeskulptor.org/#user37_LaWqnWHCzK_1.py
10) 15 Puzzle
low_row_invariant:
http://www.codeskulptor.org/#user37_NVzunlEbSW_0.py
updated version:
http://www.codeskulptor.org/#user37_NVzunlEbSW_9.py
continue: (move 0)
http://www.codeskulptor.org/#user37_NVzunlEbSW_16.py
100pt at OwlTest:
http://www.codeskulptor.org/#user37_NVzunlEbSW_18.py
final version:
http://www.codeskulptor.org/#user37_UEKN0seq9LzgerB_0.py
11) Zombie Apocalypse (BFS)
version 0:
http://www.codeskulptor.org/#user36_TOlAamBgWY_2.py
fully working version:
http://www.codeskulptor.org/#user36_TOlAamBgWY_3.py
12) Yahtzee
version 1:
http://www.codeskulptor.org/#user35_BDmtJl9KTU_0.py
version 2:
http://www.codeskulptor.org/#user35_BDmtJl9KTU_2.py
version 3:
http://www.codeskulptor.org/#user35_BDmtJl9KTU_8.py
13) 2048 classic and my version
testing version:
http://www.codeskulptor.org/#user34_kvAT0PzD4h_4.py
homework version:
http://www.codeskulptor.org/#user34_kvAT0PzD4h_12.py
update: http://www.codeskulptor.org/#user34_sqNTpv6WNh_1.py
test: http://www.codeskulptor.org/#user34_a4VmFWAa4p_0.py
finally: http://www.codeskulptor.org/#user34_sqNTpv6WNh_3.py
and a little more tweaked:
http://www.codeskulptor.org/#user34_sqNTpv6WNh_4.py