/chip8-emulator

A chip8 emulator written in C using SDL2.

Primary LanguageC

chip8-emulator

An implementation of the CHIP-8 emulator written in C.

Compiles on MacOS and on Linux. Depends on SDL2.

Install dependencies

Just use your favourite package manager to install SDL2 libaray. For example:

  $ brew install sdl2

Build

  $ make

Run

  $ ./chip8 path/to/game