diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-13 22:52:49 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-03-13 22:52:49 +0100 |
| commit | 9ff2033e936689135210989a5fee057a4a13527e (patch) | |
| tree | dd41ffd78f451d28a554f105ff40017ed31106a2 /README.md | |
| parent | 2627b459d9a19ce7f1b7f3a359dca3b30b66b34e (diff) | |
| download | jetpac.nes-9ff2033e936689135210989a5fee057a4a13527e.tar.gz jetpac.nes-9ff2033e936689135210989a5fee057a4a13527e.zip | |
Add a title and a main screens
This commit adds the skeleton for having a title and a main screen. For
now the title menu doesn't do much, as the selection is simply ignored,
but at least it already knows how to cycle between these two states.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -5,17 +5,9 @@ page](https://github.com/mssola/jetpac.nes/releases). ## The game -The game follows the original as much as possible. Some things had to be adapted -because of hardware differences. For example, the colors are a bit different -because the NES offers a fixed set of them and that's it. Other than small -differences I'm sure that the feel from the game might be a bit different too. -Some of it might be attributed to, again, the nature of the NES, but some other -bit of this can be attributed directly to me. Hence, if you know how to improve -the game (by being closer to the original), [do tell me](./CONTRIBUTING.md)! - -Other than that, 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: +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 | |:----------------------------------------------:|:----------------------| |
