You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-8Lines changed: 58 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,23 @@
1
1
# orBit
2
2
3
3
orBit is a singleplayer platfomer game made by Andres Saladrigas and Aitor Simona, two students od second year of Video Game Design and Development degree in UPC Barcelona, Spain.
4
-
the gmae includes two levels, with usual mechanics. player can move right, left, jump and double jump
4
+
The gmae includes two levels, with usual mechanics. player can move right, left, jump and double jump
5
5
The game has been made using C++, using SDL and pugi libraries. The maps have been made using Tiled portable V0.17.
6
6
7
+
## Installation
8
+
Decompress the .zip file in any directory. Open the file directoy and double click on the executable.
9
+
7
10
## Controls
8
11
### Player movement:
9
12
10
-
- A: move to the left;
13
+
- A: move to the left
11
14
12
15
- D: move to the right
13
16
17
+
- W: while in GodMode going up
18
+
19
+
- D: while in GodMode going down
20
+
14
21
- SPACE: jump
15
22
16
23
- SPACE in mid air: doble jump
@@ -20,8 +27,9 @@ The game has been made using C++, using SDL and pugi libraries. The maps have be
0 commit comments