This repository was archived by the owner on May 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
52 lines (41 loc) · 1.52 KB
/
README.txt
File metadata and controls
52 lines (41 loc) · 1.52 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
Installation:
- From Github, either choose the Download Zip or Clone in Desktop option.
- Open a terminal window on Mac OS X, Ubuntu or Linux or a command prompt window on Microsoft Windows.
- Change the directory to where you saved the project after extracting the zip or the directory where you saved the clone.
- Once in the correct directory, type the following command: `python main.py`
- Alternatively, if you feel like you are going to run this game a lot you can do this on Unix based Operating Systems:
- Run this command first: `chmod +x main.py`
- From now on you can easily run this program by simply calling `./main.py`
Cheat Codes:
MANAV - initial score of 200
EVAN - 1/2 reduced damage
EDWARD - 2x score multiplier
OMKAR - initial fuel of 200
CHESNEY - all of the above
SELF SCORING RUBRIC:
+10 installation
+10 functionality
+2 sound/music
+3 graphics
+2 physics
+2 levels/difficulties
+2 complex interactions
+2 complex properties of player
+2 multiple players
+1 universe bigger than screen
+3 other (clean game)
+10 gameplay
+3 originality of game
+4 dynamic difficulty adjustment
- see final report for more details on our extensive difficulty adjustment
+3 cheat codes
+10 customer focus
+2 goals are understood
+2 feedback
+4 user modifiable settings
+4 menu functionality
+20 bugs/design flaws
101 TOTAL
---------------------------------------
Have a fun break!
- Evan, Manav, Edward, and Omkar