8000 GitHub - Dillonb/chip8: CHIP-8 Interpreter in C and SDL
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Dillonb/chip8

Repository files navigation

chip8

CHIP-8 Interpreter in C and SDL

For playing CHIP-8 games on a modern PC. Should work on Linux and OSX, and maybe Windows if you believe in yourself.

Requirements

Requires SDL2, SDL2_ttf and cmocka for unit tests.

Running

To compile: make

To test: make test

To run: ./chip8 <path to chip8 rom>

About

CHIP-8 Interpreter in C and SDL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0