GameLift FlexMatch Number of Divisions

0

Not sure if this question was answered. But I just wanted to know if it's possible to specify the number of divisions for the matchmaking process. For example, let X be a player's skill level. If I want to set 3 divisions for a game (Beginner, Intermediate, Advanced), can FlexMatch be configured so that players are placed based on the following rules:

  • 0 < X <= 30 --> Placed in Beginner division
  • 30 < X <= 60 --> Placed in Intermediate division
  • 60 < X <= 90 --> Placed in Advanced division
已提问 1 年前205 查看次数
1 回答
0

I haven't tested it myself but it should be possible according to the batch distance or comparison rule documentation here https://docs.aws.amazon.com/gamelift/latest/flexmatchguide/match-rules-reference-ruletype.html#match-rules-reference-ruletype-comparison

profile pictureAWS
Tolis
已回答 1 年前
  • Thanks for your response! Can you give me an example of how you would implement this with the batch distance rule?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则