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
asked a year ago206 views
1 Answer
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
answered a year ago
  • Thanks for your response! Can you give me an example of how you would implement this with the batch distance rule?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions