Skip to content

daph/chipurat8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chipurat8

A little CHIP8 emulator written in rust

Run it by specifying your favorite chip8 rom: cargo run -- --rom roms/space_invaders.ch8

You can find public domain roms here

Screenshots

chipurat8-test.png chipurat8-si.png

Keymap

The relevant keys are:

1 2 3 4
Q W E R
A S D F
Z X C V

which map to the ol' hex pad:

1 2 3 C
4 5 6 D
7 8 9 E
A 0 B F

About

A CHIP8 Emulator written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages