Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 259 Bytes

Chip8-Go

A Chip8 Emulator written in Golang.

Ebiten is used for GUI, Input and Sound

A test rom can be found here

Working

  • All opcodes
  • Drawing GUI

TODO

  • Keyboard input
  • Sound