Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 710 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 710 Bytes

A Chip-8 emulator written in JavaScript with multiple games and demos to play.

alt-text

alt-text

Features

  • Full Chip-8 emulation

  • Load a variety of classic Chip-8 games

  • Reset option

  • Full 60 fps support

  • Classic 8-bit sounds

  • Offline Support

Controls

The CHIP-8 keypad uses the following keyboard mapping:

1 2 3 4
Q W E R
A S D F
Z X C V

Chip-8-JS-Emulator Noah670