A Chip-8 interpreter made in Rust.
The goal of this project is to get more familiar with Rust and emulation.
- sdl2 for rendering graphics
git clone https://github.com/mihasket/chip8 && cd chip8
cargo install --path . --force
chip8 path-to-file