diff options
author | Steph Enders <smenders@gmail.com> | 2022-06-24 17:10:50 -0400 |
---|---|---|
committer | Steph Enders <smenders@gmail.com> | 2022-06-24 17:37:11 -0400 |
commit | ab37629c6e4798654fca1d533a611da7986b5053 (patch) | |
tree | 11b8a0b49bff176c9226b24b496588fd69f72cc3 /README.md | |
parent | 20076f7271e19ecc259014681ba733047bea4d9b (diff) |
Select level via command line (linux tested)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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! |