From 9ff2033e936689135210989a5fee057a4a13527e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 13 Mar 2025 22:52:49 +0100 Subject: Add a title and a main screens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e0bfa31..d5a8d7a 100644 --- a/README.md +++ b/README.md @@ -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 | |:----------------------------------------------:|:----------------------| -- cgit v1.2.3