A CHIP-8 interpreter written in C++
SFML and Make are required for this project.
Install them using
sudo apt-get install libsfml-dev make
Place your rom in roms/ folder. Then You can run the rom using
make all
./Chip-8 (rom)
For example to play Pong,run
make all
./Chip-8 Pong.ch8
on the Keyboard correspond to
on the interpreter