1
0
Fork 0
mirror of https://github.com/imjasonh/nescript synced 2026-07-08 00:45:38 +00:00

Update README to simplify platformer example description

Removed detailed description of the platformer example and updated source reference.
This commit is contained in:
Jason Hall 2026-04-13 09:09:36 -04:00 committed by GitHub
parent 0a6be600f2
commit 43dc1ace49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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