Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 550 Bytes

CHIP-8 RS

A CHIP-8 emulator written in Rust.

Some ROMs can be found on the internet, for example here or here.

Build and run

To build and test the projects, run:

$ cargo build
$ cargo run -- --rom /path/to/rom.ch8

For more informations about available options, run:

$ cargo run -- --help

Current implementation uses piston engine for drawing and input events.