An emulator of the chip8 processor which takes chip8 rom files and runs them as example the old skool pong game. Tested on macOS and Linux.
- pkg-config
- SDL2 graphics library
make -B
$ ./chip8emu <filepath.ch8>
To start in fullscreen add the -f
flag at the end.