Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.02 KB

This is an emulator for Chip-8 systems written in JS / React and runs in your browser. I wrote this for a talk at Framework summit https://www.youtube.com/watch?v=y837IMk251g. That means you can play pong, Space Invaders etc.

Run in locally with $ yarn start

The code for the emulator itself works fine. The hooks for all the debugging tools are total hacks. It should be removed (inclding the proxies etc).

The most useful resources for building the emulator were:

This project was bootstrapped with Create React App.