# Game Modes

### THE MATCH

Now that you know a lot more about Son Soccer, you want to know how the matches look like, right?&#x20;

Any of the game modes are made up of matches that will have the following particularities:

* The match is **90 seconds.**
* The gameplay is **1 vs. 1 SONER** (later we will include 2 vs. 2).
* You can only win or lose the matches, in case of a tie after 90 seconds, a tiebreaker will be played in overtime until one of the two player scores a goal. If the score remains tied after the first 30 seconds, both goals will start to increase in size simultaneously to facilitate scoring. If time elapses and neither player manages to score a goal, POWERS will begin to be handed out randomly.
* **Kicks:**
  * Kick off: The ball drops from the center of the field, from up head to the floor.
  * Restart after a goal: The ball falls from the upper head of the center of the field towards the SONER who has received the goal.
* **Actions in game:**
  * Jumping to overtake the opponent or to prevent the ball from entering one's own goal by head-butting it.
  * Move around the field with the left and right arrows.
  * Jump+Shoot to give power to your shot.
  * Shoot low and aerial.
  * If in defense you hit the opponent a number of times in a row, you stun the opponent for a few seconds.
  * It is not allowed to stay on the goal line defending for a long time. The SONER will be warned that he is spending too much time in the goal line, and if he does not come out in a few seconds, the offending SONER will be stunned.
  * The ball may bounce all over the surface of the field without being able to leave the field.
* **Internet disconnection:**
  * There is no disconnection protection.
  * If you are playing the match and get disconnected, the match will continue as if both players were online, and the match will end normally.
  * If both players are disconnected at the same time, after 10 minutes the match will be cancelled and the entries (including fees) will be refunded. It is like the match did not exist. If it happens in a tournament, in order not to stop the whole tournament, after 3 minutes both players being disconnect, both forfeit the match (no entry fees are returned). They both lose because it is assumed that if they are not connected, they would not be able to play the next match either.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sonsoccer.gitbook.io/whitepaper-son-soccer/son-soccer-en-1/game-modes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
