Rusty-8 is a Chip 8 interpreter written in the rust programming language. The intepreter uses sdl2 for display, audio and input
- Clone the repo:
git clone [email protected]:Urcra/rusty-8.git
- Move into the project folder:
cd rusty-8
- Build the project:
cargo build
You might also need to install SDL2 if you don't already have it.
Call the executable with the path to the binary of a CHIP-8 game eg ./rusty-8 --"PONG"