Skip to content

joelghill/CHIP-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!