Ludum Dare 41
Using Unity as a front end to a GoLang backend.
Multiplayer, turn based, card based, team game using tanks and a grid shaped board game.
- Install
go dep
Here - cd into
/server
- run
dep ensure
to download all dependencies - run
go run main.go
to get the server running