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
- Host: GitHub
- URL: https://github.com/markwinter/chip8-go
- Owner: markwinter
- Created: 2021-02-12T05:47:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T06:43:40.000Z (over 3 years ago)
- Last Synced: 2025-07-22T13:02:37.691Z (11 months ago)
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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