diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-30 15:11:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-30 15:11:29 -0500 |
| commit | cf1e13a328f962a760757f31f86ce5bc248c72a3 (patch) | |
| tree | 3f0ae469423ad7cd1fbc1b9efef672d7b7d39137 /README.md | |
| parent | audio: make sounds! woah (diff) | |
| download | DungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.tar.gz DungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.tar.bz2 DungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.zip | |
game: add more debug keys
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2,6 +2,25 @@ A rust Dungeon Crawler! +## Keybinds + +Use the following input for playing the game~ + +* `wasd` or `↑←↓→` for movement +* `enter` for interaction +* `e` to use an itemm +* `q` to drop an item +* `f` to attack +* `1-5` to change selected inventory slot +* `F11` to toggle fullscreen + +The following are for debug purposes + +* `F3` - toggles the debug ui +* `F4` - places a chest with a bomb +* `F5` - shows a placeholder message +* `F6` - you die 💀 + ## Requirements DungeonCrawl builds raylib into the binary, and thus needs the build tools needed for raylib. |