Skip to content

Noah670/Chip-8-JS-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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