Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 320 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 320 Bytes

CHIP-8

Run CHIP-8 roms in your terminal.

Installation

git clone https://github.com/joelghill/CHIP-8.git
cd CHIP-8
mkdir build
cd build
cmake .
make chip-8
make install

Usage

chip-8 <rom name>

Does not support high res roms.

This is a comment to demo branches!