diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-22 13:58:05 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-22 13:58:22 +0100 |
commit | 9ecd65467232071b18a7c6f782a22264046ebf45 (patch) | |
tree | 1a6110a495069900ac70b53d9d2746152aab1202 /README.md | |
parent | d6f7ac4c09ffb0717467790d9acc27df75e25b21 (diff) | |
download | gold-mine-run-9ecd65467232071b18a7c6f782a22264046ebf45.tar.gz gold-mine-run-9ecd65467232071b18a7c6f782a22264046ebf45.zip |
Joystick support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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. |