https://github.com/delp/chip8
chip 8 emulator in go
https://github.com/delp/chip8
Last synced: 2 months ago
JSON representation
chip 8 emulator in go
- Host: GitHub
- URL: https://github.com/delp/chip8
- Owner: delp
- Created: 2022-01-28T20:31:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T18:29:55.000Z (5 months ago)
- Last Synced: 2025-01-20T07:13:03.435Z (4 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learning exercise for emulator development. [](https://goreportcard.com/report/github.com/delp/chip8)
Quotations in the comments are from the excellent article by Tobias V. Langhoff