Skip to content

emin/Chip8Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip-8 Emulator

Yet another Chip-8 emulator, written in C++. Although it's hard to say it's C++. I've only used C++ to use some standard library features, otherwise it's just plain C.

Building

    mkdir build
    cd build
    cmake ..
    cmake --build .