The purpose of this repository is to build out a CHIP-8 emulator as the final project for our CSCI 460 Fall'19 Operating Systems course.
The purpose of the emulator is to emulate iconic video games that were written in CHIP-8.
The emulator itself is written in C# and runs CHIP-8 game files, XML and JSON files are used for handling dependencies.
To use this application run the Chip8-Emulator.exe
See the Releases for an up to date binary for windows machines.
Feel free to add a branch & send pull requests