Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:33:54.000Z (over 4 years ago)
- Last Synced: 2024-08-03T23:29:43.408Z (5 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
==================[![GoDoc](https://godoc.org/github.com/carlosroman/go-chip-8?status.svg)](https://godoc.org/github.com/carlosroman/go-chip-8)
![](https://github.com/carlosroman/go-chip-8/workflows/Unit%20Test/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/carlosroman/go-chip-8)](https://goreportcard.com/report/github.com/carlosroman/go-chip-8)
[![CircleCI](https://circleci.com/gh/carlosroman/go-chip-8.svg?style=svg)](https://circleci.com/gh/carlosroman/go-chip-8)
[![codecov](https://codecov.io/gh/carlosroman/go-chip-8/branch/master/graph/badge.svg)](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.