From cf1e13a328f962a760757f31f86ce5bc248c72a3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 30 Nov 2025 15:11:29 -0500 Subject: game: add more debug keys --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 047b488..e62a2fe 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3-freya