/chip-8

Chip-8 Interpreter

Primary LanguageCGNU General Public License v3.0GPL-3.0

Chip-8

This project is a Chip-8 interpreter compiled for Linux. It is based on the tutorial from Multigesture.

To compile:

make

To run the interpreter, call it from command line and give as the first argument a path to a game. See folder "games".

Example:

./chip-8 PONG

The purpose of this project is self-studying only.