example.mp4
A simple Chip-8 emulator/interpreter made in C using SFML (or CSML, precisely).
To run a ROM everything you need is to execute the following command:
$ ./bin/re8bit <rom>
You can find ROMs in this repository: https://github.com/kripod/chip8-roms
You must install some dependencies to build Re8Bit
on your machine. Make to be able to run the commands in the Makefile and CSFML, a C bind to SFML which will provide all necessary libs to Graphics and Audio.
After the dependencies installation, just run:
$ make