This project is a simple introduction to emulation.
It follows a virtual CPU architecture, named CHIP-8, and allows you to play CHIP-8 games. The screen is a simple black and white screen, rendering a window of size 64x32 pixels.
It was written in C, using SDL to render the screen.
Complete later