Skip to content

plagakit/chip-8-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A browser-ready CHIP-8 interpreter in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published