Developer Console

Player Competes in the Tournament

API calls to include in your game when the player starts a match attempt.

Player starts a match attempt

UI Control

The game app provides an option for the player to start the match.

When the player starts a match within a tournament, the game app calls Enter Match, using the match ID from the Enter Tournament response.

The response message body includes attempts remaining. This number decrements after each match attempt.

Player finishes each attempt

After the player finishes each attempt, the game will display the player's score The game app calls Submit Score to record the score.

The game app can also call Get Match Details to get information about the player's progress in the tournament, such as the player's last score and high score, and number of remaining attempts.