bmule / goo-arena

Multiplayer game made with Goo Create

Home Page:https://goo-shooter.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goo Arena

A WebGL multiplayer FPS game.

Set it up locally

Server

Requires node.js. Install & run:

npm install;
npm start;

By default it will serve the webpage on http://localhost:5000 and listen for websockets on the same port: ws://localhost:5000. To change this, set the PORT and WSS_URL environment variables:

# Start web server on port 8888 and listen for websockets on ws://localhost:8888
PORT=8888 WSS_URL=ws://localhost:8888 npm start

Development of the client

  1. Duplicate this Goo Create scene and open it.
  2. Export the scene as Webpage: Scene > Export > Webpage.
  3. Extract the downloaded zip file into public/.
  4. Restart the server.

About

Multiplayer game made with Goo Create

https://goo-shooter.herokuapp.com/


Languages

Language:JavaScript 99.0%Language:CSS 0.5%Language:HTML 0.5%