Skip to content

majutsushi/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 emulator written in Rust

This is a simple emulator of the CHIP-8 system written in Rust, using SDL for the graphics and sound.

Running

To run the emulator with a game use it like this:

$ cargo run -- roms/PONG2

Or with the --release option to enable optimizations:

$ cargo run --release -- roms/PONG2

The emulator uses the keys 1/2/3/4, Q/W/E/R, A/S/D/F, and Z/X/C/V for input.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages