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

https://github.com/markwinter/chip8-go

Chip8 emulator implemented in Golang
https://github.com/markwinter/chip8-go

Last synced: 11 months ago
JSON representation

Chip8 emulator implemented in Golang

Awesome Lists containing this project

README

          

## Chip8-Go

A Chip8 Emulator written in Golang.

Ebiten is used for GUI, Input and Sound

A test rom can be found [here](https://github.com/corax89/chip8-test-rom)

#### Working
- [x] All opcodes
- [x] Drawing GUI

#### TODO
- [ ] Keyboard input
- [ ] Sound