Skip to content

R3ZV/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8 Emulator

Rust implementation of the Chip8 instruction set.

The original screen dimensions where 64x32 but I have scaled that to 800x600

I use Marcoquad to display the graphics.

Emulator tested using Timendus test suite

Run locally

You only need nix-shell installed.

git clone [email protected]:r3zv/chip8.git

cd chip8

nix-shell shell.nix

cargo run

References

Releases

No releases published

Packages

No packages published