Basic CHIP-8 interpreter written in C++
  • C++ 94.1%
  • CMake 5.9%
Find a file
2026-09-05 18:53:48 +01:00
src Add files via upload 2026-09-05 18:51:55 +01:00
.gitignore Initial commit 2026-09-05 18:51:25 +01:00
CMakeLists.txt Add files via upload 2026-09-05 18:51:55 +01:00
LICENSE Initial commit 2026-09-05 18:51:25 +01:00
README.md Update README.md 2026-09-05 18:53:48 +01:00

MyCHIP8

A CHIP-8 interpreter/emulator written for educational purposes. It was originally created in April 2026 and is mainly based on documentation from the following resources: