Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 588 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