A simple chip8 emulator for entertainement and learning purposes written in C++ using the SDL2 library. Some roms have been included to play around with the emulator.
/!\ Audio channels have not been implemented yet (and will probably never be)
user@debian:~$ mkdir build && cd build
user@debian:~$ cmake ..
user@debian:~$ make
user@debian:~$ mkdir build && cd build
user@debian:~$ cmake -G Ninja ..
user@debian:~$ ninja
user@debian:~$ make run
[OR]
user@debian:~$ ninja run
Crafted with ❤️ by mtribiere