A game created in 48 hours for Ludum Dare 46
- go 1.14.2
- github.com/hajimehoshi/ebiten v1.11.0
- golang.org/x/image
- github.com/golang/freetype
Running go build in the cloned repository should be sufficient.
Executable files for Linux and Windows, as well as a web version, can be found at itch.io.
A tool for building levels from text files can be found in the levelConstructor folder, along with the text files used to build the levels that are actually in the game. This tool has no particular dependencies.