/egj2022

Magnet theme Ebitengine Game Jam 2022

Primary LanguageGoMIT LicenseMIT

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.5_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)