ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
Part 1
3
Website link
4
Github Link
5
6
A unity game loads
7
Game starts with 16 cubes
8
Cubes are centered on screen and nicely spaced out
9
Project files exist on GitHub
10
Excess files are not on GitHub
11
Folders and files are well-named and organized
12
Variables and methods are well-named and organized
13
Code is appropriately commented
14
Spawning logic is correct in code
15
16
Part 2
17
Website Link
18
GitHub Link
19
20
A unity game loads
21
Game starts with 16x9 cubes
22
Cubes are centered on screen and nicely spaced out
23
Project files exist on GitHub
24
Excess files are not on GitHub
25
Folders and files are well-named and organized
26
Variables and methods are well-named and organized
27
Code is appropriately commented
28
Spawning logic is correct in code
29
Airplane Moves Correctly
30
Airplane Class is Used Correctly
31
32
Part 3
33
Website Link
34
GitHub Link
35
36
A unity game loads
37
Game starts with 16x9 cubes
38
Cubes are centered on screen and nicely spaced out
39
Spawning logic is correct in code
40
Airplane Moves Correctly
41
Airplane Class is Used Correctly
42
Reads Keyboard Input Correctly
43
Cargo is Handled Correctly in Code
44
Airplane Moves on a Turn-Based System
45
Project files exist on GitHub
46
Excess files are not on GitHub
47
Folders and files are well-named and organized
48
Variables and methods are well-named and organized
49
Code is appropriately commented
50
51
Final
52
Website Link
53
GitHub Link
54
55
A unity game loads
56
Game starts with 16x9 cubes
57
Cubes are centered on screen and nicely spaced out
58
Spawning logic is correct in code
59
Airplane Moves Correctly
60
Airplane Class is Used Correctly
61
Cargo is Handled Correctly in Code
62
Airplane Moves on a Turn-Based System
63
Project files exist on GitHub
64
Excess files are not on GitHub
65
Folders and files are well-named and organized
66
Variables and methods are well-named and organized
67
Code is appropriately commented
68
Any bonus features implemented?
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100