diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 15 |
2 files changed, 6 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf266c8..e1c1318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(space) +project(threshold) find_package(raylib 3.0 REQUIRED) # Requires at least version 3.0 @@ -1,4 +1,4 @@ -# project BUFMEZ (aka threshold) +# project THRESHOLD This is a small work in progress game. This was made using [raylib](http://raylib.com) @@ -16,30 +16,25 @@ Feel free to fork & add features. mkdir build cd build cmake .. -./space +./threshold ``` - ## Work In progress - Visual improvements - - Better Level System ## Future work - Music - - Optimizations on vectors (too many function calls) -## TODO +## Ideas ### Weapons -- [DONE]reload -- [DONE]visual representation of mag -- [TODO]more weapons (gravity gun ?) +- MORE weapons (gravity gun ?) ### Maps -- more +- MORE - terrain ? |