Skip to content

VladimirMakeev/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 License: GPL v3

A CHIP-8 emulator written in C++11 using the SDL2 library.

Building from sources

You will need to have SDL2 headers and libraries installed as well as make utility. Run make to build:

$ make

Usage

To emulate chip-8 rom file just pass it as an argument:

$ chip8emu /path/to/rom/file/PONG

Screenshots

Pong:

Pong

Brix:

Brix

Space Invaders:

Space Invaders

Releases

No releases published

Packages

No packages published