https://github.com/pgilbertschmitt/chip8
Chip8 interpreter
https://github.com/pgilbertschmitt/chip8
Last synced: 2 months ago
JSON representation
Chip8 interpreter
- Host: GitHub
- URL: https://github.com/pgilbertschmitt/chip8
- Owner: PGilbertSchmitt
- License: mit
- Created: 2017-10-28T19:13:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T19:23:19.000Z (over 7 years ago)
- Last Synced: 2025-01-17T14:38:55.574Z (4 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Chip8 Interpreter
Based of the specifications for the Chip8 found [here](http://devernay.free.fr/hacks/chip8/C8TECH10.HTM).