Ventero / SC8E

A simple chip8 emulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SC8E

Build Status

To build the project:

mkdir build
cd build
cmake ..
make

To build and run the unit tests:

make test

When running cmake with an additional -Dtest=ON parameter, the tests are built and run automatically whenever make is run.

Enjoy!

License

Licensed under MIT/X11 license, see LICENSE.

About

A simple chip8 emulator.

License:MIT License


Languages

Language:C++ 85.7%Language:C 12.6%Language:Python 1.8%