This project is an implementation of an emulator for the CHIP-8 fantasy video game console.
The program can be run by cloning the repo and creating the executable using:
cargo run --release
This will create the executable at ./target/release/chip-8-emulator.
Use ./chip-8-emulator --help
to know more about the arguments that can be provided.
More roms can be found here