Skip to content

stevenandersonz/chip8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8

demo.mp4

chip8 interpreter written in go and exported to the browser using wasm, with a simple debugger to display changes in registers.

Setup

  1. git clone
  2. cd project-name
  3. to start the server -> cd ./cmd/server
  4. 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/

Debugging

hit pause and then next button.

About

chip8 interpreter written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published