This repository is a C++ Raylib CHIP-8 interpereter. The emulator is implemented to run CHIP-8 programs.
- Clone the repository:
git clone https://github.com/username/CHIP-8-Emulator.git - Navigate to the project directory:
cd CHIP-8-Emulator
After building the emulator, execute the binary with a CHIP-8 program as a command-line argument:
./chip8_emulator /path/to/chip8_program
You can also open any CHIP-8 program with this application with a simple double-click, by selecting the application .exe after prompted to by Windows.
This project is licensed under the MIT License. See the LICENSE file for details.