/chip8-emulator-react

Chip8 Emulator written in JS with rendering by React.js

Primary LanguageJavaScript

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.