This is an implementation of a CHIP-8 emulator written in Golang.
The project requires the following:
- Golang (1.11+)
go get github.com/carlosroman/go-chip-8
Or can be cloned:
$ git clone https://github.com/carlosroman/go-chip-8.git
MIT.