bump other players and objects off to stay alive
Play the latest version here!
Go and Node are required. To install the required dependencies:
$ make depsCreate a .env file with the following variables and place it in the project root:
NODE_ENV=$YOUR_VAR
SERVER_URL=$YOUR_VAR
DATABASE_URL=$YOUR_VAR
PORT=$YOUR_VAR
$ make serverTo add dependencies:
$ dep ensure -add github.com/my/dependency$ make clientPlay at localhost:8080!
