Skip to content

GPMM/TrilhaServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMD - - - - - - - - - - - - - - - - - - - - - - - SERVER

             { "action": "new_room" }
- - - - - - - - - - - - - - - - - - - - - - - - - - >
      { "action": "new_room", "room": ROOMID }
< - - - - - - - - - - - - - - - - - - - - - - - - - -



{ "action": "connect", "name": NAME, "room": ROOMID }
- - - - - - - - - - - - - - - - - - - - - - - - - - >
{ "action": "welcome", "room": ROOMID, "players": [] }
< - - - - - - - - - - - - - - - - - - - - - - - - - -
     { "action": "connected", "player": NAME }
< - - - - - - - - - - - - - - - - - - - - - - - - - -


             { "action": "start" }
- - - - - - - - - - - - - - - - - - - - - - - - - - >
 { "action": "start_scene", "scene": "SampleScene" }
< - - - - - - - - - - - - - - - - - - - - - - - - - -
          { "action": "start_round" }
< - - - - - - - - - - - - - - - - - - - - - - - - - -


{ "action": "round", "name": NAME, "points": 100, "house": 4 }
- - - - - - - - - - - - - - - - - - - - - - - - - - >
{ "action": "round", "name": NAME, "points": 100, "house": 4 }
< - - - - - - - - - - - - - - - - - - - - - - - - - -
          { "action": "start_round" }
< - - - - - - - - - - - - - - - - - - - - - - - - - -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published