/alvin

A mad cute CHIP-8 emulator for funsies

Primary LanguageRust

Alvin

A mad cute CHIP-8 emulator for funsies.

Quick Start

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!

More information about Chip-8