egj2022

command module
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2022 License: MIT Imports: 10 Imported by: 0

README

egj2022

Let's finish something! Magnet theme Ebitengine Game Jam 2022

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

Quickstart

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

Build in Local Container

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

Make your own snap package

egj2022

# 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/egj2022.git
cd egj2022
# make snap 
snapcraft
# local install
sudo snap install egj2022_0.0.3_arm64.snap --dangerous
# start program
egj2022

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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