Skip to content

wtfleming/chip-8-rust-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip-8-rust

WebAssembly CHIP-8 emulator written in Rust.

Much of this is informed by Laurence Muller and Cowgod's Chip-8 Technical Reference. The included ROMs are from here and in the public domain.

Commands to run in a web browser locally:

cd chip_8_wasm
npm install
npm start

Run tests:

cargo test

You can also run as a Rust native app, but currently no displays are implemented, so there won't be any graphics to see.

cargo run

About

CHIP-8 emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published