This is a game I made in Go using ebiten
It look like a local guitar hero versus (with a Keyboard) I just wanted to try the go -> js via Wasm ...
The game itself is in the wasm folder you can try wasm by bulding the file
be carrefull, I didn't include the .mp3 in the res folder, put any song you like
cd wasm
GOOS=js GOARCH=wasm go build -o ../assets/game.wasm
The file game.wasm will be acessible on your local server
cd game-wasm
go run .
then visit localhost:9090