A chip 8 emulator written in C++ using SFML
- sfml
- imgui
- imgui-sfml
- gcc
Just type
make
in the root of the repo
Type
./chip8 ./roms/[ROM]
where [ROM] is the game you want to run
This was written with a ton of help from this blog post by Laurence Muller
I also definitely could not have written this without cowgod's chip8 docs here