summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Enders <84310577289916ceefd4132143fb36b63a5f0c71>2022-06-24 21:36:16 -0400
committerSteph Enders <smenders@gmail.com>2022-06-24 17:37:11 -0400
commit57dd05872afca68f6a3dc4902b58cfa8c363ce50 (patch)
treebef4a9f4ccf1b4664c88d1b41184a9a092047c05
parentde7cc1f12273ae80f4d972b0dbfc48066f851684 (diff)
v0.2.0 - Level select via the command line
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md7
2 files changed, 2 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0a0cd9..2984c8f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(dng
- VERSION 0.1.1)
+ VERSION 0.2.0)
set(CMAKE_CXX_STANDARD 20)
if (WIN32)
set(CMAKE_CXX_FLAGS -static)
diff --git a/README.md b/README.md
index a56dc17..3725a5f 100644
--- a/README.md
+++ b/README.md
@@ -115,14 +115,9 @@ Once you build the project you can execute it by:
```shell
# use your build dir and select a map!
-./cmake-build/dng ./path/to/map/lvl
+./cmake-build/dng
```
-To launch level 1 for example:
-
-```shell
-./cmake-build/dng ./maps/lvl1
-```
Note: You need to use the working directory containing the `include` folder!