/CHIP-8

CHIP-8 emulator with modern OpenGL

Primary LanguageCMIT LicenseMIT

CHIP-8 emulator written in C with modern OpenGL


Compiles on linux. Make sure you have OpenGL support.

Install GLFW before you build.

To build:

make

Usage:

./chip8 path_to_rom


Screenshots

A TICTAC game ROM:

tictac.png