~presheaf/chirp

Simple CHIP-8 emulator
Fix path to images in the README
Update README project status: done

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~presheaf/chirp
read/write
git@git.sr.ht:~presheaf/chirp

You can also use your local clone with git send-email.

#chirp 🐣

This is a simple CHIP-8 interpreter I built with the intention of learning the the ways of hardware emulation (although CHIP-8 is merely an interpreter, not a piece of hardware).

Maze

#Dependencies

The display of the interpreter depends on SDL, so you may have to install

pacman -S sdl2

with this you are good to go.

#Playing a game

All games I tested are present in the games/ directory. In order to play one of them, you can simply run

cargo run games/name_of_the_game

You can also provide the path of another game you may have downloaded.

Invaders

#References

The main resource for this project is Cowgod's Chip-8 Technical Reference.

Do not follow this link