No description
  • C++ 90.2%
  • CMake 9.8%
Find a file
Karl-Étienne Bolduc 9ecca13275
Update README.md
2024-02-28 17:52:31 -08:00
data Add Chip-8 Emulator Implementation 2023-10-29 15:28:06 -04:00
extern Update library 2024-01-28 00:13:33 -05:00
src Add meta input for cycles 2024-01-28 00:14:19 -05:00
.gitignore Init Project 2023-10-22 18:11:49 -04:00
.gitmodules Init Project 2023-10-22 18:11:49 -04:00
CMakeLists.txt Add Chip-8 Emulator Implementation 2023-10-29 15:28:06 -04:00
imgui.ini Add Chip-8 Emulator Implementation 2023-10-29 15:28:06 -04:00
README.md Update README.md 2024-02-28 17:52:31 -08:00

Chip 8 (Subset of Schip) - Emulator

More information on the project (here)[https://bolducke.github.io/projects/].

Build

Follow the classical step to build a CMake project in C++. CMake has only been tested on linux.