CHIP-8 interpreter simulator toy project written in Rust-lang.
This project only exports executable application, so just build with cargo.
cargo build
cargo build --releaseTo execute built application, write valid CHIP-8 supported file path into next command like below.
./chipmunk "./roms/demos/Maze [David Winter, 199x].ch8"This project does not include CHIP-8 program pack, get distributed CHIP-8 packs into this link.
./chipmunk Sirpinski [Sergey Naydenov, 2010].ch8./chipmunk Particle Demo [zeroZshadow, 2008].ch8This project is licensed under GPL 3.0 license.
see the LICENSE file.

