blob: dffa4c1e5b54b168ff6a3da607ddda09a119461d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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.
## Work In progress
- Visual improvements
- Better Level System
## Future work
- Music
- Optimizations on vectors (too many function calls)
|