Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 540 Bytes

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