Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 491 Bytes

CHIMP-8

a CHIP-8 VM by Mr Speaker. Go play with the online CHIMP-8 demo

chimp-8b

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