demo.mp4
chip8 interpreter written in go and exported to the browser using wasm, with a simple debugger to display changes in registers.
- git clone
- cd project-name
- to start the server -> cd
./cmd/server
- then go run .
inside cmd/wasm is the go code, you can compiled using the script ./build.sh
all html, css, js is in ./assets/
hit pause and then next button.