Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 893 Bytes

README.md

File metadata and controls

37 lines (19 loc) · 893 Bytes

Chip8 Emulator in Rust

Rust Setup

Setup Guide

How to play

-Run the executable /target/Chip8Emulator/chip_8.exe

-Enter the name for one of the listed ROMs

-Window will open up with the emulated chip8 ROM.

Keyboard

See EmulatorSpecs.docx for all possible keys to press

Pong controls

1 - left paddle up

Q - left paddle down

4 - right paddle up

R - right paddle down

ROM Copyright

Chip8 ROMs are in public domain

Technical references

Laurence Muller's Chip8 Emulator Guide

Cowgod's Chip-8 Technical Reference