Game written in Go (with TinyGo) for the Firefly Zero Jam #1.
Jam theme: firefly
I originally tried creating this game in MoonBit
but I had so many compiler bugs that I ended up giving up and started porting
the game over to Go. See the moon-wasm-bug* tags
on this repo.
Game can be found in the Firefly Zero catalog: https://catalog.fireflyzero.com/applejag.ewfg
On OS X (Mac) or Linux, run the following:
PLAY="$(curl https://fireflyzero.com/play.sh)"
bash -c "$PLAY" -- applejag.ewfg On Windows, install firefly_cli and then run:
firefly_cli import applejag.ewfg
firefly_cli emulator --id applejag.ewfg Go to releases
page and find the specific version, download the applejag.ewfg.zip file
from the "Assets" list on that version, and then load in the game with the
firefly CLI:
firefly_cli import ~/Downloads/applejag.ewfg.zip
firefly_cli emulator --id applejag.ewfg
# or if you have "firefly_cli" installed as "ff"
ff import ~/Downloads/applejag.ewfg.zip
firefly_cli emulator --id applejag.ewfg Made by: team applejuice
