mirror of
https://github.com/imjasonh/nescript
synced 2026-07-08 08:55: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:
parent
0a6be600f2
commit
43dc1ace49
1 changed files with 1 additions and 8 deletions
|
|
@ -6,14 +6,7 @@ NEScript compiles `.ne` source files directly into playable iNES ROM files, with
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue