An implementation of the CHIP-8 emulator written in C.
Compiles on MacOS and on Linux. Depends on SDL2.
Just use your favourite package manager to install SDL2 libaray. For example:
$ brew install sdl2
$ make
$ ./chip8 path/to/game
An implementation of the CHIP-8 emulator written in C.
Compiles on MacOS and on Linux. Depends on SDL2.
Just use your favourite package manager to install SDL2 libaray. For example:
$ brew install sdl2
$ make
$ ./chip8 path/to/game