chip8

alt text

A rudimentary implementation of an emulator for the CHIP-8 programming language. The goal of the project was to run the “Hello, World!” of CHIP-8: the IBM Logo ROM.

Goals

✅ Minimum Viable Project: Run IBM Logo ROM

✅ Use C++ in a project for the first time

✅ Use SDL2 for the first time

✅ Use CMake for the first time