AgentElement / CHIP-8

CHIP-8 emulator with modern OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CHIP-8 emulator with modern OpenGL

License:MIT License


Languages

Language:C 99.3%Language:Python 0.5%Language:Makefile 0.1%Language:GLSL 0.1%