Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 926 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 926 Bytes

bumper

bump other players and objects off to stay alive

Go Report Card Deployed with Inertia

gif

Getting Started

Play the latest version here!

Quickstart

Go and Node are required. To install the required dependencies:

$ make deps

Create 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

Run the Server

$ make server

To add dependencies:

$ dep ensure -add github.com/my/dependency

Start the Client

$ make client

Play at localhost:8080!