Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.03 KB

Chip8_Rust

alt text

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.

Usage

Clone the repo and run :

cargo run TICTAC

If no argument provided it will run TICTAC by default.

Resources

I used the following resources during the development of my emulator:

Credits

The games can be found here : Zophar's Domain