From 43dc1ace49a5f72e1e2fa16d5e3830831c539581 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 13 Apr 2026 09:09:36 -0400 Subject: [PATCH] Update README to simplify platformer example description Removed detailed description of the platformer example and updated source reference. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 7397365..869e281 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,7 @@ NEScript compiles `.ne` source files directly into playable iNES ROM files, with ![Platformer demo](docs/platformer.gif) -An end-to-end side-scrolling platformer โ€” custom CHR art, full -background nametable with per-region palettes, physics-driven hero, -scrolling camera, enemies, coins, user-declared SFX/music, and a -Title โ†’ Playing state machine โ€” all in a single 24 KB iNES ROM -compiled from one NEScript source file. - -**Source:** [`examples/platformer.ne`](examples/platformer.ne) ยท -**Regenerate the tile art:** `cargo run --bin gen_platformer_tiles` +_Source: [`examples/platformer.ne`](examples/platformer.ne)_ ## Quick Start