Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 368 Bytes

Chip8-Emu

C/C++ CI

A VERY simple Chip8 emulator

Dependencies

Needs the SDL2 libraries

Build

mkdir build
cd build || exit 1
cmake ..
make

Install

In the future, debian packages will be distributed