Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 539 Bytes

Yet Another CHIP-8 Emulator

What is CHIP-8:

One of better documentation

Why another Emulator?

Why not? Mostly for fun and to learn basic of emulating.

Development

  1. git clone master
  2. npm install
  3. npm start -> launches webpack dev server with hot reload and all of that stuff on localhost:8080

Roms

Roms have been copied from https://github.com/dmatlack/chip8
Thanks

Live version:

Hosted via GitHub Pages