Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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