chriscow / asteroids

GoLang implementation of asteroids using Lorca/Webview and WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

GoLang implementation of asteroids using Lorca/Webview and WASM


Languages

Language:Go 63.9%Language:JavaScript 20.1%Language:Starlark 13.4%Language:HTML 1.4%Language:Shell 0.7%Language:Objective-C 0.4%