TechAssembly / ruven

Game for the Github Game Off 2018 - Themed HYBRID!
7 stars 4 forks source link
colyseus gameoff-2018 itchio nodejs typescript unity3d

ruven

Game for the Github Game Off 2018 - Themed HYBRID!

Running the server

A web monitor client is available at <host and port>/colyseus (by default localhost:3000/colyseus)

Debugging the server

To enable colyseus debug prints, add colyseus:* to the DEBUG environment parameter in The relevant npm script in package.json (f.e: DEBUG=ruven* -> DEBUG=ruven*,colyseus:*)

Client Side

Server Side