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
- Host: GitHub
- URL: https://github.com/insthync/dedicating-server-match-maker
- Owner: insthync
- License: mit
- Created: 2021-09-03T23:05:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T16:11:17.000Z (over 4 years ago)
- Last Synced: 2026-01-02T07:20:52.636Z (6 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.