A mad cute CHIP-8 emulator for funsies.
Simply use cargo build
and provide alvin
with the path to your CHIP-8 program:
$ cargo build --release
$ ./target/release/alvin --file /path/to/your/program
If you're looking for some CHIP-8 software to run, here are some links:
Also a big thanks to Thomas P. Greene for compiling this amazing reference sheet!