Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soulseekah/c8

A CHIP-8 Emulator. A quick C refresher to keep me sharp.
https://github.com/soulseekah/c8

c chip-8 chip8 chip8-emulator emulator sdl sdl2

Last synced: 1 day ago
JSON representation

A CHIP-8 Emulator. A quick C refresher to keep me sharp.

Awesome Lists containing this project

README

        

# c8
A CHIP-8 Emulator. A quick C refresher to keep me on my toes.

https://www.youtube.com/watch?v=6xqH3RfoJiY

## Building

`make` :)

`doxygen .` to generate docs.

`make test` to run tests.

Make sure you have `libsdl2-dev` installed.

## Running

Free CHIP-8 ROM pack: http://www.zophar.net/pdroms/chip8/chip-8-games-pack.html

`./c8 path/to/ROM`