Rusty Chip is a chip8 emulator. It features 64x32 graphics, sound and keyboard controls.
The emulator was implemented in Rust using this technical reference.
To play a game using rusty-chip run cargo run <rom name>
For example: cargo run roms/PONG