Skip to content

Swchexit/chip8-emulator

Repository files navigation

Chip8 emulator

This is a chip 8 emulator written in C++ and SDL2. To run this, you have to download SDL2 library for your system and include it to your project, so that CMake can locate it.

After compiling, you also have to provide a game ROM to be run as ./main $(game_rom)

There is unfixed synchronization issues with this program, but that wouldn't be a big problem.

Game demo 1 Game demo 2 Game demo 3

About

A chip8 emulator written in C++ and SDL2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published