Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 613 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 613 Bytes

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