Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inrick/CHIP-8
CHIP-8 interpreter
https://github.com/inrick/CHIP-8
Last synced: 2 months ago
JSON representation
CHIP-8 interpreter
- Host: GitHub
- URL: https://github.com/inrick/CHIP-8
- Owner: inrick
- Created: 2014-05-11T13:28:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T20:15:29.000Z (over 6 years ago)
- Last Synced: 2024-08-03T18:16:42.673Z (6 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - CHIP-8
README
# CHIP-8
Naive CHIP-8 interpreter implemented by following the instructions on
http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/Uses [GLFW](http://www.glfw.org/) for graphics.