A CHIP-8 virtual machine built in HTML & JavaScript without dependencies.
You can download this repository or check out the live demo.
Clone via git
$ git clone https://github.com/chrisledet/chip8.js.git
Open index.html
with your browser. The project comes with a bunch of cool ROMs inside the roms directory.
- Audio is currently broken due to no deps change
- There's one or two instructions that have not been
Code is licensed under MIT. See the LICENSE file for details. Each ROM were provided by www.zophar.net under public domain.