Skip to content

🥊 Fast-paced multiplayer arcade game, built with Go, Javascript, and WebSockets

Notifications You must be signed in to change notification settings

ubclaunchpad/bumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!