diff options
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. |