googleforgames / global-multiplayer-demo

This multiplayer demo is a cloud first implementation of a global scale, realtime multiplayer game utilising dedicated game servers, utilising both Google Cloud's products and open source gaming solutions.
Apache License 2.0
117 stars 16 forks source link

Update player data (skill level) after game ends #128

Open markmandel opened 1 year ago

markmandel commented 1 year ago

After a game session is complete the Game Server will send a REST request to Profile Management service to update skill level.

The most interesting challenge is how the service discovery.

Summarising some chat we had on an internal doc to track.

cc @kennycoder , @benfogel , @ggiovanejr to make sure I summarised this right.