Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 381 Bytes

preview gif

CHIP-8

An emulator of the CHIP-8 platform made in Go with display in OpenGL

Installation

make
./chip8-go

Or if you just want to run it:

make run

Requirements

  • OpenGL
  • libGL1

( all requirements are specified in shell.nix. If you use Nix packet manager you can just type nix-shell )