Chip 8 emulator I used as both an introduction to Rust and writting emulators!
cargo run <path/to/rom>
Beeping
Things that helped me: - Cowgods Chip8 guide - starrhorne's interpreter - AlexEne's interpreter - https://github.com/chriskonstad/chip8/blob/master/src/lib.rs - https://github.com/chip8-rust/chip8-ui/blob/master/