Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 169 Bytes

File metadata and controls

10 lines (7 loc) · 169 Bytes

chip8-cpp

A small chip8 interpreter in C++, using SDL.

Install

Install by issuing the make command. Delete by using make clean.

Usage

chip8 [file-name]