-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
52 lines (31 loc) · 1.19 KB
/
README.txt
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
52
//////////////////////////////
// //
// C - Maze //
// //
//////////////////////////////
Not the most glamorous name..
This is rewritten from a java/swing game I made for a class project, mostly
as a bit of practice in learning the C language (and SDL!)
It now has a random maze generator (!) and keyboard controls to set it apart
from the original, but I haven't added any kind of dialog boxes to explain
the "story" or congratulate you on your success.
Dependancies:
make, gcc, SDL2, SDL2_image
Objective:
Find the fabled *Eye of the Pharaohs* before your flashlight dies
Controls:
WASD (or arrow keys) for turning and movement
SPACE to run
F to toggle flashlight between low and high power
ESC (or q) to quit (or just close the window)
Things I'd like to add:
cleaner code
This is the first thing I've written in C, and I had no idea how
to organize things.
animations
items/powerups
Flashlight batteries might be a good place to start
multiple levels
story?
monsters?
really this could become a rogue-like pretty easily