From be2414f5b11b182998fca7e87712ff0502c8ee93 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 27 Sep 2023 09:49:50 +0200 Subject: Add a sprite example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is way better documented. Moreover, the `input.s` example has been further simplified. Signed-off-by: Miquel Sabaté Solà --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ee108fe..7c6bc3b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ All that being said, for now I have written the following examples: - `examples/input.s`: it reads the input from the first controller and it increments a counter stored in memory for each press of the right arrow button. +- `examples/sprites`: shows a sprite with a background on screen. This is a + detailed explanation on how all this magic can happen, with a very basic + example and all those "magic" numbers explained. ## License -- cgit v1.2.3