trianglovers
Trianglovers is a matchmaking simulator where your task is to help 10 eligible
Trianglovers find their true love.
This game was submitted as a part of the Dogpit Sim Jam, and was created in 17
days. It uses the Ebiten engine for Go.
Install
go mod download
# Might be required to get binaries
go get -u github.com/machinebox/appify
go get -u github.com/gobuffalo/packr/v2/packr2
Makefile reference
# Run the game
make
# Build for linux
make linux
# Build for windows (works on linux)
make windows
# Build for mac (only works on a mac)
make darwin