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