Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 529 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 529 Bytes

Ludum Dare 41 - Space Cruise

Theme: Combine 2 Incompatible Genres

Installation

$ make install

Or

$ go get github.com/Peaupote/ludum-dare-41

You can also clone the repo but worry about the $GOPATH then

How to play

$ make run

Or 

$ go run menu.go physics.go simulation.go universe.go player.go main.go

Or 

$ go -o SpaceCruise build menu.go physics.go simulation.go universe.go player.go main.go
$ ./SpaceCruise