> For the complete documentation index, see [llms.txt](https://the-great-escape.gitbook.io/the-great-escape/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://the-great-escape.gitbook.io/the-great-escape/the-basics/game-modes.md).

# Game modes

## Classic (beta)

<figure><img src="/files/AvMeGmlVKnu3Nkg4nrk3" alt=""><figcaption><p>Classic Mode</p></figcaption></figure>

Experience thrilling weekly competitions on a new map!&#x20;

Each week, players compete for a weekly prize pool made of stable coins, GLMR and our game test token GLMB.

The battle for the weekly prize pool begins every Monday at 18:30 UTC and concludes the following Monday at 16:00 UTC. During this time, the server undergoes brief maintenance to introduce the new map and prepare for the next week (you cannot play during this time).

The main [prize pool](/the-great-escape/the-basics/rewards-system.md) is made of GLMR and rewards the players with best 100 accumulated scores of the week while a special prize pool dedicated to players who hold GLMR APES rewards them with GLMB (the game test token).

The rewards are usually sent to your player's account on the Tuesday or Wednesday following the end of the week. It's then up to you to click on the rewards section of the game in order to claim your rewards.

On top of the competitive rewards, you also receive a little bit of GLMB (game test token) for each point you score with[ a gibbon](/the-great-escape/the-basics/gibbon-avatars.md).&#x20;

The GLMB test token can be used to upgrade your Gibbon NFT (level up), to purchase boosters, to buy banana shakes (unlock your apes) and/or to get Ape Spirits (temporary point bonus).

## PvP (alpha)

<figure><img src="/files/Q8oPDzNuXai3ugzPmghO" alt=""><figcaption><p>PVP Mode</p></figcaption></figure>

Compete against your friends! Wage some GLMB against a fren on any map.

You can create your game! Choose your map, get as many points as you can and wait for a fellow ape to take up your challenge. Scores are revealed after both Apes have completed the run. Winner takes all minus a small fee.&#x20;

## Training (beta)

<figure><img src="/files/oK6UYvBesoRHNUpnBHam" alt=""><figcaption><p>Practice Mode</p></figcaption></figure>

The training mode allows you to play on all the maps that were once available for the classic mode weekly competition.

This game mode does not offer any rewards but let you access all the apes and badges you want, which is a great way to try the game for free or test different strategies to perfect your playing style.

##


---

# 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://the-great-escape.gitbook.io/the-great-escape/the-basics/game-modes.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.
