Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 289 Bytes

chip8.js

A chip8 emulator written in JavaScript

Just run the index.html file in a web browser. You will need chip8 ROM (not provided in this repository) to execute games.

See the wikipedia page for the technical details of the hardware.