Skip to content

MalekDeKalem/Rust-Chip8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-Chip8-Emulator

chip8 emulator written in rust

It's a Chip8 Emulator written in rust. I wrote it because reddit recommended it as a good beginner project. So I did. Main reason why it is considered a beginner friendly project is, because there are a lot of resources for that project and because chip8 only has 35 opcodes you have to implement, which is small compared with other systems you could write an emulator for.

ROMS can be played by writiing cargo run roms/TETRIS for example, in the terminal

Most of the ROMS except for "Tetris [Fran Dachille, 1991].ch8" were made by David Winter

I got the ROMS from this website here

And I also would like to give a big thanks to aquova, who made a manual regarding chip8 emulation in rust. The reposotorie for this can be found here

Space Invaders Tetris

About

chip8 emulator written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages