A terminal-based, multiplatform CHIP-8 emulator written in Rust.
Download the latest release and a ROM (see this list of freely available ROMs). Run it from your terminal with the path to the ROM you would like to emulate.
./chip-8-rust path/to/myrom.ch8
Install Rust. Then, run the following command in the project directory:
cargo run path/to/myrom.ch8