# Game Dynamics

The games within the Challenge Rooms take place in a single scenario.&#x20;

There are two types of scenarios:&#x20;

**Race**

* The first to reach the finish line wins.&#x20;
* Number of players: min. 2 - max. 20.&#x20;

**Showdown**

* The last Homie to survive wins.&#x20;
* Number of players: min. 2 - max. 10&#x20;

Once the type has been selected, the final scenario will be set at random. The person who creates the room will never be able to choose the final scenario on which to compete.


---

# 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://homiewars.gitbook.io/homie-wars-whitepaper/challenge-rooms/game-dynamics.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.
