This is a Chip8 emulator written in Rust. It uses SDL2 for the graphics. The emulator doesn't have support for sounds and also it's running at your CPU's speed(the original Chip8 was running at a rate of 60Hz). The emulator is not perfect, but I really learned a lot about how a CPU works and it was also my first "big" project in Rust.
Clone the repo and run :
cargo run TICTAC
If no argument provided it will run TICTAC by default.
I used the following resources during the development of my emulator:
The games can be found here : Zophar's Domain