This is a port to the NES/Famicom of the renown
[jetpac](https://en.wikipedia.org/wiki/Jetpac) game from Ultimate Play the Game.
You can find a ROM to play the game in the [releases
page](https://github.com/mssola/jetpac.nes/releases).
## 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:
| Button | Action |
|:----------------------------------------------:|:---------------------------------------------------|
| Start | Pause/Resume the game |
| Select | Select 1/2 player game on the title screen |
| A | Throttle |
| B | Shoot |
| Arrow Left & Arrow Right | Move horizontally (walk or throttle when airborne) |
| Arrow up | Throttle |
| Arrow down | *Not used* |
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.
## License
The original game was developed and published by Ultimate Play the Game and
released for the ZX Spectrum and VIC-20 in 1983 and the BBC Micro in 1984. Thus,
the original idea is not mine, and I only did the porting to the NES/Famicom
platform.
This port is released under the
[GPLv3+](http://www.gnu.org/licenses/gpl-3.0.txt), Copyright (C) 2023-Ω
Miquel Sabaté Solà.