Skip to content

arongeo/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

chip8 interpreter in rust - by @arongeo

Building and running

To run any ROM use:

cargo run <path/to/rom>

References used

Dependencies

ROMs

I have written some of my own Chip-8 ROMs for personal testing, but I don't really feel like sharing those since they are quite messy. I would recommend taking a look at kripod/chip8-roms both for testing and gameplay purposes.

Inspiration

I took inspiration from starrhorne/chip8-rust and tendstofortytwo/chip8-rust, but I didn't copy any of their code, and as you can see our code design is vastly different.

Releases

No releases published

Packages

No packages published

Languages