Chip 8 Emulator
A simple CHIP-8 emulator

Introduction

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.

How to Build

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):