From c131ed635342a724687755844a54031e026700ac Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 12 Nov 2023 09:43:42 +0100 Subject: Make READMEs more clear for absolute beginners MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hopefully the path is now more clear. Signed-off-by: Miquel Sabaté Solà --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 329c0c0..fb3777d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ The examples are distributed like this: examples are self-contained and supposed to be read by absolute newcomers. The description for each example is covered by an initial comment on each file. - `space`: example in which you can move a spaceship with subpixel movement and - shoot bullets. + shoot bullets. Consider this an evolution from the `basics/sprite.s` example. + That is, we are no longer just showing a sprite, but we make it move and + perform an action like shooting bullets. - `scroll`: different scrolling tactics. Read the [scroll/README.md](./scroll/README.md) file for more info. -- cgit v1.2.3