a template for writing NES games in Rust
includes an example game that uses sprites, background tiles, sfx, and controller input
brickgame.mp4
node src/chr/convert.js src/chr
docker pull mrkits/rust-mos
docker run -it --name rustmos --entrypoint bash -v ${HOME}/rust-nes-template:/hostfiles mrkits/rust-mos
docker container exec -it rustmos /bin/bash
cargo rustc --release
- linker help https://github.com/jgouly
- toolchain https://llvm-mos.org/wiki/Rust