Chip 8 Emulator
|
This is a simple CHIP-8 emulator for Linux and Windows. It has been tested to compile with GCC (Linux) and MS Visual Studio 2019 (Windows). To find out more about the CHIP-8 please refer to the according Wikipedia page. You can check out the corresponding GitHub repository for a list of implemented features and screenshots. This emulator was created mainly as a learning project.
The easiest way to build the emulator is by using CMake and Vcpkg (a package manager). You can follow these steps (both on Linux and Windows):
VCPKG_ROOT
to the directory you installed Vcpkg into.clone git https://github.com/mgerhold/Chip8Emulator.git
CMakeVCPKG.bat
on Windows, CMakeVCPKH.sh
on Linuxbuild
which you can open and build.build
. Just enter this folder and run the make
command to build the executable.