Skip to content

3. Challenge player (PvP)

Jason Ho edited this page Aug 4, 2022 · 1 revision

PvP allows you to complete with your friends (if you have one)

Challenge player

JSON structure

{
    "action": "challenge_player",
    "player": "xxx"
}

Return

Accept challenge

Accept an incoming challenge

JSON structure

{
    "action": "accept_challenge",
    "lobby": "xxx"
}

Clone this wiki locally