Skip to content

Latest commit

 

History

History

rust-chip8

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

rust-chip8

This is a CHIP-8 interpreter written in Rust.

Run the IBM rom:

cargo run

Or choose another:

cargo run src/roms/WIPEOFF

References