Skip to content

Umiko56/Chip8-Emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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