aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-22 13:58:05 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-22 13:58:22 +0100
commit9ecd65467232071b18a7c6f782a22264046ebf45 (patch)
tree1a6110a495069900ac70b53d9d2746152aab1202 /README.md
parentd6f7ac4c09ffb0717467790d9acc27df75e25b21 (diff)
downloadgold-mine-run-9ecd65467232071b18a7c6f782a22264046ebf45.tar.gz
gold-mine-run-9ecd65467232071b18a7c6f782a22264046ebf45.zip
Joystick support
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 4ef2ecf..c77c57e 100644
--- a/README.md
+++ b/README.md
@@ -12,15 +12,15 @@ Running the game:
- At least 4MB of RAM
- Sound Blaster (or no sound)
-The game can be controlled by keyboard.
-
-| Key | Action |
-| --- | --- |
-| Cursor up | Jump |
-| Cursor left | Move left |
-| Cursor right | Move Right |
-| P | Pause / resume game |
-| ESC | Exit the game |
+The game can be controlled by keyboard or joystick.
+
+| Key | Joystick | Action |
+| --- | --- | --- |
+| Cursor left | Joytick left | Move left |
+| Cursor right | Joystick right | Move Right |
+| Z | Button 1 | Jump |
+| P | - | Pause / resume game |
+| ESC | - | Exit the game |
Check `-h` CLI flag for options.