Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.