aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-04-02 21:38:45 +0200
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-04-02 21:44:07 +0200
commit132b7b1cc8073df9cc334cd277e9182c3aa8bca5 (patch)
treed8cefdfb6a33439627d26cb2017a39b62459c339 /README.md
parent4e5267ce1f247bf2c7336d79a16b6cd9a1d1c5ce (diff)
downloadjetpac.nes-132b7b1cc807.tar.gz
jetpac.nes-132b7b1cc807.zip
Rename throttle to the proper wording
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 9 insertions, 11 deletions
diff --git a/README.md b/README.md
index bfda220..2b6b0b0 100644
--- a/README.md
+++ b/README.md
@@ -8,18 +8,16 @@ report an issue or make a suggestion.
## The game
The game is a shooter in which you have to re-assemble your ship's parts and
-fill it with fuel, all while killing enemies that keep popping up. The controls
-are as follows:
+fill it with fuel, all while killing enemies that keep popping up. In the game
+the controls are as follows:
-| Button | Action |
-|:----------------------------------------------:|:---------------------------------------------------|
-| <kbd>Start</kbd> | Pause/Resume the game |
-| <kbd>Select</kbd> | Select 1/2 player game on the title screen |
-| <kbd>A</kbd> | Throttle |
-| <kbd>B</kbd> | Shoot |
-| <kbd>Arrow Left</kbd> & <kbd>Arrow Right</kbd> | Move horizontally (walk or throttle when airborne) |
-| <kbd>Arrow up</kbd> | Throttle |
-| <kbd>Arrow down</kbd> | *Not used* |
+| Button | Action |
+|:----------------------------------------------:|:-----------------------|
+| <kbd>Start</kbd> & <kbd>Select</kbd> | Pause/Resume the game |
+| <kbd>A</kbd> & <kbd>Arrow Up</kbd> | Thrust |
+| <kbd>Arrow Left</kbd> & <kbd>Arrow Right</kbd> | Fly or walk left/right |
+| <kbd>Arrow Down</kbd> | Hover |
+| <kbd>B</kbd> | Shoot |
Other than that, read the [CHANGELOG.md](./CHANGELOG.md) file for details on
what's different from the original and what to expect from this port.