Chip8-Emulator-Rust This is a recreation of the Chip 8 Interperter in Rust. To test out this project Install Rust and its dependencies from its offical website Clone the repository cd to its folder move sdl.dll to /target/debug run cargo run test_roms/test_opcode.ch8 or cargo run test_roms/test_opcode_with_audio.ch8 to test audio The test roms were provided by NinjaWeedle found in this repo