summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteph Enders <smenders@gmail.com>2022-06-24 17:10:50 -0400
committerSteph Enders <smenders@gmail.com>2022-06-24 17:37:11 -0400
commitab37629c6e4798654fca1d533a611da7986b5053 (patch)
tree11b8a0b49bff176c9226b24b496588fd69f72cc3 /README.md
parent20076f7271e19ecc259014681ba733047bea4d9b (diff)
Select level via command line (linux tested)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 72c7c9f..a56dc17 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,14 @@ treasure!
## How to run
-You can run the game by `dng path/to/map/lvl`
+To run the game you can just launch `dng` or `dng.exe` on windows.
-To run the first level:
+Follow the onscreen prompts to load a level and play!
-`dng maps/lvl1`
+### Configurations
+
+By default the game will look for its configuration file in a few OS specific places.
+The default config is bundled along side the executable: `config.toml`
## Create your own level!