Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/chimp-8
A simple CHIP-8 VM implementation
https://github.com/mrspeaker/chimp-8
Last synced: 14 days ago
JSON representation
A simple CHIP-8 VM implementation
- Host: GitHub
- URL: https://github.com/mrspeaker/chimp-8
- Owner: mrspeaker
- Created: 2015-01-18T00:04:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T19:17:01.000Z (almost 10 years ago)
- Last Synced: 2024-10-10T22:49:00.384Z (about 1 month ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CHIMP-8
a [CHIP-8](https://en.wikipedia.org/wiki/CHIP-8) VM by Mr Speaker. Go play with the online [CHIMP-8 demo](http://mrspeaker.github.io/CHIMP-8/)
[![chimp-8b](https://cloud.githubusercontent.com/assets/129330/5837153/a4920f60-a14a-11e4-81e3-d58ed22358e0.png)](http://mrspeaker.github.io/CHIMP-8/)
# Keys
Mapped to:
1234
qwer
asdf# Bugs
- Main timer is setInterval... use rAF and do X iterations per loop instead.
- Need key remapping screen
- or at least map cursor keys