/asteroids

GoLang implementation of asteroids using Lorca/Webview and WASM

Primary LanguageGo

Asteroids

This is the game asteroids implemented in Golang using Lorca/Webview and WASM.

To run it use:

bazel run :asteroids

or download the binary from the releases.

Update go dependencies with

bazel run //:gazelle -- update-repos -from_file=go.mod

To deploy to gh-pages

run ./scripts/publish.sh

You can run it on github pages at https://grahamjenson.github.io/asteroids/