Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 633 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 633 Bytes

Rusty Chip, A Rusty Emulator!

What is Rusty Chip?

Rusty Chip is a chip8 emulator. It features 64x32 graphics, sound and keyboard controls.

The emulator was implemented in Rust using this technical reference.

Screenshots

LUNAR LANDER

lunar lander

ASTRO DODGE

astro dodge

BRIX

brix

MAZE

maze

PUZZLE

puzzle

Usage

To play a game using rusty-chip run cargo run <rom name>

For example: cargo run roms/PONG