Skip to content

goandrei/Chip8_Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages