# Play Modes

**Death match:** kill the other players' characters as many times as possible and avoid being knocked down. A deathmatch game will end on a time limit, and the winner is the player that accumulated the greatest number of kills/dies.

**Battle Royale**: Try to be the last one survival to be the winner, the map will shrink according to the time flow. *(to be updated)*

**Team / Guild mode**: Defeat other teams and enjoy the victory with friends *(to be updated)*


---

# 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://stmangame.gitbook.io/stickman-game/gameplay/pvp-game-mode/getting-started/play-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.
