CHIP-8 Emulator written in C.
Project uses SDL2 for graphics.
Project uses CMake.
-
Clone repository
git clone https://github.com/Seng3694/CHIP-8
-
Generate build files
mkdir bin cd bin cmake -G "Your Generator" -DSDL2_PATH="PATH/TO/SDL2" ../CHIP-8
-
Build the files
cmake --build . --config Release
This Code is licensed under the MIT License. See LICENSE for more information.