This project wraps my Chip-8 Emulator with WebAssembly to be executed in-browser.
https://dustinbowers.com/go-chip8
Run make
to build chip8.wasm
Install live-server with npm install -g live-server
Run live-server
from the repo directory
- Add user input
- Add reset button
- Add loading of different roms
- https://en.wikipedia.org/wiki/CHIP-8
- Ebiten 2D game library - https://ebiten.org/