This is my entry for the Ludum Dare 36 Compo (2016).
Right now this project is Windows only.
To build the project you need to have the Go programming language installed. You also need Git. To build and run the program, type this in the command line:
go get -u github.com/gonutz/ld36
cd %GOPATH%\src\github.com\gonutz\ld36
build.bat
bin\reinventing_the_wheel.exe
This will get the source code and its dependencies, then call the build.bat
script which will generate the game's final resources, build the game and pack both into a single executable without external dependencies. The executable is in bin\reinventing_the_wheel.exe
. You can run this program on any Windows machine from Windows XP up.