지원 프로그램
home
슬기로운 데모생활
home

Matchmaking Random Matching Process

태그
The following is how to play a game by randomly matching after connecting to the matchmaking server.
1.
Select the kind of multiplayer you want to play in the game. (ex. Difficulty: [Easy, Hard], Scenario: [Map 1, Map 2] )
2.
Enter the game lobby by calling the lobby random entry API with one of the values selected by the game user.
When a game user calls the lobby random entry API with the following values (difficulty = easy and scenario = map 1), it automatically finds and enters a lobby or creates a lobby.
3.
Wait until it reaches the minimum number of players required to start the game.
4.
It transmits data on character or user settings between game users who enter the lobby.
Chat API is provided to allow conversations between game users.
5.
The lobby manager will start the game when the game is ready to start.
You can send and receive game data through the data transmission API. (P2P or UDP relay)
6.
When the game ends, the lobby manager ends the game, and the lobby automatically disappears.