Skip to content
/ ld36 Public

Ludum Dare 36 Compo Entry (Theme: Ancient Technology)

License

Notifications You must be signed in to change notification settings

gonutz/ld36

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinventing the Wheel

Screenshot

This is my entry for the Ludum Dare 36 Compo (2016).

Right now this project is Windows only.

Build

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.