https://github.com/carlosroman/go-chip-8
CHIP-8 Emulator written in Golang
https://github.com/carlosroman/go-chip-8
chip-8 chip8 chip8-emulator go golang
Last synced: 5 months ago
JSON representation
CHIP-8 Emulator written in Golang
- Host: GitHub
- URL: https://github.com/carlosroman/go-chip-8
- Owner: carlosroman
- License: mit
- Created: 2019-01-14T13:49:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:33:54.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T23:29:43.408Z (9 months ago)
- Topics: chip-8, chip8, chip8-emulator, go, golang
- Language: Go
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - go-chip-8 - 8 Emulator written in Golang (Repositories)
README
Go CHIP-8 Emulator
==================[](https://godoc.org/github.com/carlosroman/go-chip-8)

[](https://goreportcard.com/report/github.com/carlosroman/go-chip-8)
[](https://circleci.com/gh/carlosroman/go-chip-8)
[](https://codecov.io/gh/carlosroman/go-chip-8)This is an implementation of a [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) emulator written in Golang.
## Install
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
```## License
MIT.