Skip to content

A CHIP-8 interpreter/emulator written in C++ and SFML

License

Notifications You must be signed in to change notification settings

2bit-hack/CHIPPER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIPPER

A CHIP-8 interpreter written in C++ and SFML

pong

blinky

Build

Make sure SFML is included in the compiler standard include path

make
./chip [ROM name] [?alt]

Running with alt as a secondary optional argument renders the display with green and black

For a list of available ROMs, check the roms folder

Run

make clean

to clean up

Keyboard

1 | 2 | 3 | 4
-------------
Q | W | E | R
-------------
A | S | D | F
-------------
Z | X | C | V

Pressing Backspace at any time will reset the emulation

Resources

About

A CHIP-8 interpreter/emulator written in C++ and SFML

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published