From 1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63 Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Tue, 24 May 2022 20:09:54 +0200 Subject: update readme --- CMakeLists.txt | 2 +- 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 diff --git a/README.md b/README.md index d749072..93887d8 100644 --- a/README.md +++ b/README.md @@ -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 ? -- cgit v1.2.3