aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2022-05-24 20:09:54 +0200
committersalaaad2 <arthurdurant263@gmail.com>2022-05-24 20:09:54 +0200
commit1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63 (patch)
tree40a335f880fa71133dc367420ed06fdae31a6ef3
parentDelete stage_1_bossbg.png (diff)
downloadthreshold-1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63.tar.gz
threshold-1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63.tar.bz2
threshold-1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63.tar.xz
threshold-1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63.tar.zst
threshold-1fabb2134b382e86cc0ca4ddf6756f2f1d3b0e63.zip
update readme
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md15
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 ?