forked from evanbowman/blind-jump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
32 lines (20 loc) · 972 Bytes
/
README
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
BLIND JUMP -- 0.1
OVERVIEW
Blind Jump is a simple procedurally generated space adventure game
that I've been working on for fun in my free time. The object of the
game is to get to the teleporter at the end of each level, while
battling monsters and evil robots. Check out this clip to see it in
action: https://www.youtube.com/watch?v=pcKT4W-T3KA
This was my first real programming project, some of the code is good,
while some of it is sloppy. Maybe you can learn something from it
though :) Have fun!
BUILDING
1. Clone the repository
2. Navigate to the sfml dir in deps and run 'cmake . && make'
3. Navigate to the build directory
4. Enter command 'cmake . && make'
PRE-COMPILED BINARIES
Available here: https://github.com/evanbowman/blind-jump/releases
TROUBLESHOOTING
If you run into any problems, feel free to contact me at