haas/spring2026/comporg/projects/gamE.md
... ...
@@ -0,0 +1,42 @@
1
+# CSCS2650 Computer Organization
2
+
3
+# PROJECT: GAME SNAPSHOT (gamE)
4
+
5
+## OBJECTIVE
6
+
7
+Snapshot of progress on the EoCE game
8
+
9
+## TASK
10
+
11
+As per the EoCE, we are implementing a game in Vircon32 assembly
12
+language; while the game is not expected to be done by this point, active
13
+participation in its development is to be underway.
14
+
15
+Commits and contributions will be looked at to make sure everyone is
16
+pulling their own weight.
17
+
18
+Having some sort of viewable / playable thing wouldn't hurt (although
19
+that depends on overall development progress).
20
+
21
+## SUBMIT
22
+
23
+While no format submission is necessary, be sure that your repository
24
+activity is such that it can be clearly discerned that you are active and
25
+documenting of your contributions and progress.
26
+
27
+## RUBRIC
28
+
29
+I'll be evaluating the project based on the following criteria:
30
+
31
+```
32
+312:gamE:final tally of results (312/312)
33
+*:gamE:multiple commits pertaining to the game in class repo [156/156]
34
+*:gamE:contributions documented commit messages [156/156]
35
+```
36
+
37
+### ADDITIONALLY
38
+
39
+ * Solutions not abiding by spirit of project will be subject to a 50% overall deduction
40
+ * Solutions not utilizing descriptive why and how comments will be subject to a 25% overall deduction
41
+ * Solutions not utilizing indentation to promote scope and clarity or otherwise maintaining consistency in code style and presentation will be subject to a 25% overall deduction
42
+ * Solutions not organized and easy to read (assume a terminal at least 90 characters wide, 40 characters tall) are subject to a 25% overall deduction