A lightweight CHIP-8 emulator written in modern C++ with CMake build system.
- C++17 compatible compiler (GCC, Clang)
- CMake 3.16 or newer
- SDL3 library
Arch:
sudo pacman -S sdl3git clone [email protected]:blariise/chip8.git
cd chip8
cmake -S . -B build
chmod +x chip8.sh
./chip8.sh./chip8.sh <rom_file>