Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 672 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 672 Bytes

a template for writing NES games in Rust

includes an example game that uses sprites, background tiles, sfx, and controller input

brickgame.mp4

building

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

attribution