Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 394 Bytes

chip8js

HitCount

Yet another chip-8 emulator in JavaScript

Demo

https://smusamashah.github.io/chip8js/index.html

Issues

  • Some issues with key-mapping, current keys are 0-9 and a-g
  • Lots of refactoring required
  • Some games are not working properly
  • Wrapping on display is not implemented