# Game Modes

### Single player game modes

| Game mode    | Description                                                                                                                                           |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ultra**    | In this game mode the target is to send as many lines and score as many points as possible within 2 minutes.                                          |
| **Marathon** | In this game mode the target is to send as many lines and score as many points as possible with no time limit. The game will get increasingly harder. |

### Multiplayer game modes

| Game mode    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Battle2P** | <p>Battle another player and show them who's boss! The player with the most KOs at the 2 minute mark wins. If both players have the same number of KOs the player with the most lines sent win. </p><p></p><p><strong>Garbage</strong></p><p>You can send garbage to your opponent by clearing multiple lines at a time.</p><p>1 line sent   = 0 garbage lines</p><p>2 lines sent = 1 garbage lines</p><p>3 lines sent = 2 garbage lines</p><p>4 lines sent = 4 garbage lines</p> |


---

# 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://tetrisfriends.benzoft.com/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.
