From 91ecc3578a0016d10d279f1d5761c97161ef341e Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 4 Jan 2022 19:11:24 +0100 Subject: add readme and optimize shooting vectors --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..dffa4c1 --- /dev/null +++ b/README.md @@ -0,0 +1,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) + -- cgit v1.2.3