summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-30 15:11:29 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-30 15:11:29 -0500
commitcf1e13a328f962a760757f31f86ce5bc248c72a3 (patch)
tree3f0ae469423ad7cd1fbc1b9efef672d7b7d39137 /README.md
parentaudio: make sounds! woah (diff)
downloadDungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.tar.gz
DungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.tar.bz2
DungeonCrawl-cf1e13a328f962a760757f31f86ce5bc248c72a3.zip
game: add more debug keys
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 19 insertions, 0 deletions
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.