diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 19:11:24 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2022-01-04 19:11:24 +0100 |
commit | 91ecc3578a0016d10d279f1d5761c97161ef341e (patch) | |
tree | c07751407ea46940403ba543049051d26151afef /README.md | |
parent | cool fury ! (diff) | |
download | threshold-91ecc3578a0016d10d279f1d5761c97161ef341e.tar.gz threshold-91ecc3578a0016d10d279f1d5761c97161ef341e.tar.bz2 threshold-91ecc3578a0016d10d279f1d5761c97161ef341e.tar.xz threshold-91ecc3578a0016d10d279f1d5761c97161ef341e.tar.zst threshold-91ecc3578a0016d10d279f1d5761c97161ef341e.zip |
add readme and optimize shooting vectors
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
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) + |