blob: 448a0c8dc9d60625988ad1aeebf7e6e562c1ca10 (
plain)
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
|
# project BUFMEZ (aka threshold)
This is a small work in progress game. This was made using [raylib](http://raylib.com)
As this is a way for me to have fun, I decided to recreate something similar to SUPERHOT, but in two dimensions.
Most of the prototype features are done, but it is currenty very barebones.
Feel free to fork & add features.
## Build
- make sure you have rayib installed, then run :
``` sh
mkdir build
cd build
cmake ..
./space
```
## Work In progress
- Visual improvements
- Better Level System
## Future work
- Music
- Optimizations on vectors (too many function calls)
## TODO
### Weapons
- reload
- visual representation of mag
- more weapons (gravity gun ?)
### Maps
- more
- terrain
|