Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.69 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.69 KB

CHIP-8 Emulator

Latest release GitHub license CodeFactor

Get it from the Snap Store

C / GTK3 emulator for the CHIP-8 virtual machine.


Screenshots

Build & install from sources

To compile and install this project, you must ensure that make, cmake, gcc or clang and GTK development files are being correctly installed.

#> mkdir cmake-build
#> cd cmake-build
#> cmake -DCMAKE_BUILD_TYPE=Release ..
#> make
#> make install

License

This project is released under terms of the MIT license.

Third party icons

  • Application icon is taken from the CHIP-8 ROM "Chip8 emulator Logo" by Garstyciuks.
  • Header icons are created by Google and published on flaticon.com under CC 3.0 BY.