CHIP-8 interpretor to run CHIP-8 games, written in C. Cross-platform compilation (see section compilation). Work in progress, there are still bugs and not all roms are playable.
mkdir build && cd build // create build directory
conan install .. --build=missing // install project dependencies
cmake .. && cmake --build . // compile project
CHIP-8 -f <path_to_rom> [options]
options:
-r, --ratio: pixel size ratio
-l, --log: log file path
Made with criterion, and so not cross-platform. In progress.
Upcoming improvements! 🥳