Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 570 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 570 Bytes

chip-8-emulator

Check out the emulator online here!

Building The Project

This project is built using CMake. Make sure CMake is installed on your computer (or that CMake can do find_package(SDL2 REQUIRED) without errors).

Desktop Application (Linux)

Clone the repo, then on your machine do:

mkdir bin
cmake ..
make

Emscripten

Wrangling Emscripten, CMake, and SDL2 was a terrible challenge, one that I barely managed to do and that I have no reproducible steps for. Good luck!