Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 780 Bytes

File metadata and controls

24 lines (20 loc) · 780 Bytes

CHIP8-Emulator

CHIP8 emulator written in C++ / SFML

CHIP8 Programs & Games

https://github.com/dmatlack/chip8/tree/master/roms

Literature used

How to build

git clone https://github.com/miha53cevic/CHIP8-Emulator.git
cd CHIP8-Emulator
cmake .
make

You should now have a bin folder with an executable