Skip to content

GustasG/Chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip8

Codacy Badge

CHIP-8 emulator

Installation

This project uses Conan for package manager and CMake as build system. To build project you can use:

mkdir build
conan install .. --build=missing -s build_type=Debug
cmake ..
cmake --build .

After this both emulator binary and project files should be in /build directory.