An open API service indexing awesome lists of open source software.

https://github.com/insthync/dedicating-server-match-maker

Try to make match maker and game-server orchestrator by using Colyseus
https://github.com/insthync/dedicating-server-match-maker

Last synced: about 2 months ago
JSON representation

Try to make match maker and game-server orchestrator by using Colyseus

Awesome Lists containing this project

README

          

# dedicating-server-match-maker
Try to make match maker and game-server orchestrator by using Colyseus

## How it work?
- When players press start game it will run executable file with parameters such as game mode, map, max players, listening port and so on.
- Then the executable file (game-server) read the parameters then load map/start game then tell the match maker that is it ready.
- Game-server may have to tell the match maker that it is still running.