TechAssembly / ruven

Game for the Github Game Off 2018 - Themed HYBRID!
7 stars 4 forks source link

Prototype a Colyseus LobbyRoom to handle setting up teams #6

Closed gioragutt closed 6 years ago

gioragutt commented 6 years ago

Concept

The assumption is that we'll have some kind of lobby, where players join in before the game actually starts.

Consider the game can be either Free-For-All(FFA) (no teams, every player fights for himself), An it can be Team Deathmatch(TD), which requires creating N(>=2) teams.

Team Deathmatch Limitations

Room Events

Handling Lobby Ready

This issue describes the mechanism to be used when moving players from room to room. I have several ideas of how to manage this, so whoever takes this issue should discuss with me.