fgj2022

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2022 License: MIT Imports: 7 Imported by: 0

README

fgj2022

For myFirst Game Jam entry

Summer 2022 Heal theme of My First Game Jam

When done 🤞, download will be on the itch.io site here

Quickstart

git clone https://github.com/shrmpy/fgj2022
cd fgj2022 && go build 
./fgj2022

Build in Local Container

cd fgj2022
docker build -t bc .
docker run -ti --rm --entrypoint sh -v $PWD:/opt/test bc
go build -o test
cp test /opt/test/fgj2022
exit
./fgj2022

Make your own snap package

fgj2022

# ub server includes a empty lxd?
sudo snap remove --purge lxd
# reinstall lxd
sudo snap install lxd
sudo lxd init --auto
sudo usermod -a -G lxd ${USER}
# view config
lxc version
lxc profile show default
lxc storage show default
echo 'export SNAPCRAFT_BUILD_ENVIRONMENT=lxd' >> ~/.profile
sudo reboot
# retrieve YAML 
git clone https://github.com/shrmpy/fgj2022.git
cd fgj2022
# make snap 
snapcraft
# local install
sudo snap install fgj2022_0.0.1_arm64.snap --dangerous
# start program
fgj2022

Credits

Github workflow by Siôn le Roux (LICENSE)

Font Renderer by tinne26 (LICENSE)

Ebitengine by Hajime Hoshi (LICENSE)

DejaVu Sans Mono by DejaVu (LICENSE)

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL