Skip to content
forked from TechAssembly/ruven

Game for the Github Game Off 2018 - Themed HYBRID!

Notifications You must be signed in to change notification settings

jlevertov/ruven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruven

Game for the Github Game Off 2018 - Themed HYBRID!

Running the server

  • npm install
  • development: npm run dev
  • production: npm start

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

Debugging the server

  • npm run dev:debug
  • open chrome at about:inspect
  • open choose the server from the list, and enjoy debugging :)

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

About

Game for the Github Game Off 2018 - Themed HYBRID!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.3%
  • ShaderLab 6.3%
  • TypeScript 1.6%
  • Other 1.8%