diff --git a/README.md b/README.md index 4a8ca0d..7397365 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,14 @@ NEScript compiles `.ne` source files directly into playable iNES ROM files, with ![Platformer demo](docs/platformer.gif) -*An end-to-end side-scrolling platformer compiled from a single -[`.ne` source file](examples/platformer.ne) — custom CHR art, full +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 24 KB of 6502 code.* +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` ## Quick Start