Run CHIP-8 roms in your terminal.
git clone https://github.com/joelghill/CHIP-8.git
cd CHIP-8
mkdir build
cd build
cmake .
make chip-8
make install
chip-8 <rom name>
Does not support high res roms.
This is a comment to demo branches!