This is a simple platforming physics demo for the NES in 6502 assembly.
Building requires the following software installed:
- GNU Make
- cc65 compiler suite
- Go
- Aesprite (optional)
To build:
$ git clone https://github.com/zorchenhimer/nes-platforming.git
$ cd nes-platforming && make
See LICENSE.md