ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Mining Project Overview
FIND THE TAB WITH YOUR NAME, BELOW!
2
Part 1
Just Edit that tab, please!
3
Website Link
4
GitHub Link
5
6
A unity game loads
7
Something appears in the console after 3 seconds
8
9
Part 2
10
Website Link
11
GitHub Link
12
13
A unity game loads
14
Console is updated every 3 seconds
15
Proper logic is followed for Bronze and Silver cubes
16
17
Part 3
18
Website Link
19
GitHub Link
20
21
A unity game loads
22
Console is updated every 3 seconds
23
Proper logic is followed for Bronze and Silver cubes
24
Cubes appear on screen to match inventory
25
26
Part 4
27
Website Link
28
GitHub Link
29
30
A unity game loads
31
Console is updated every 3 seconds
32
Different color cubes appear
33
Proper logic is followed
34
Project files exist on GitHub
35
Excess files are not on GitHub
36
Folders and files are well-named and organized
37
Variables and methods are well-named and organized
38
Code is appropriately commented
39
Spawning logic is correct in code
40
41
Final
42
Website Link
43
GitHub Link
44
45
A unity game loads
46
Console is updated every 3 seconds
47
Different color cubes appear
48
Before any cube is destroyed, proper logic is followed
49
Clicking on cubes destroys them
50
After 1+ cubes are destroyed, proper logic is followed
51
Score is tracked properly
52
Project files exist on GitHub
53
Excess files are not on GitHub
54
Folders and files are well-named and organized
55
Variables and methods are well-named and organized
56
Code is appropriately commented
57
Spawning logic is correct in code
58
Bonus: Kryptonite
59
Bonus: Player feedback
60
Bonus: Anything else
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
90
91
92
93
94
95
96
97
98
99
100