> For the complete documentation index, see [llms.txt](https://whitepaper.mirrorworld.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/game-mode/regular-season.md).

# Regular Season

This comprises of;

1. [How to Enter Regular Season](#how-to-enter-regular-season)
2. [Regular Knockout Match](#regular-knockout-match)
3. [Regular Points Match](#regular-points-match)

## How to Enter Regular Season

Players with 1 Mirror NFT can participate in the Regular Season, which requires a battle pass and energy to enter.

## Regular Knockout Match

Upon entering the tournament the game will automatically assign players a random size map with 6, 8, or 10 players for different map sizes. In the game, players will be eliminated once their Health Points(HP) go to zero, leaving the last player who is not eliminated to win. Depending on the size of the map, the number of victors is divided into 1, 2 and 3 players.

During the game, the floor in the scene will gradually fall according to the time, and the time of the last floor falling will be different in different sizes of scenes. The time will be within the 90s - 120s.

## Regular Points Match

Unlike the Regular Knockout Match, the point Match eliminates the Health Points rule. In the Points Match, players get 2 points for knocking down an enemy from a platform or lose 1 point for being knocked down. In the end, players will be ranked according to the total number of points to be settled.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://whitepaper.mirrorworld.fun/interoperable-game-matrix/battle-arena-brawl-of-mirror/game-mode/regular-season.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
