summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.