> For the complete documentation index, see [llms.txt](https://wp.tomb.playgendary.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wp.tomb.playgendary.com/tomb-of-the-mask.md).

# Tomb of the Mask

**Tomb of the Mask** is an arcade game with an infinite generated vertical labyrinth. Seeking adventure you get into a tomb where you find a strange mask. You put it on and suddenly realize that you can now climb walls - easily and promptly. And that's when all the fun begins.

You'll face a variety of traps, enemies, game mechanics, and power-ups. And as far as time doesn't wait, get a grip, and up you go.

![](/files/6iY67CErpZ2HkN8uKud9)

The first version of Tomb of the Mask was released in 2018. Since then, it has been downloaded more than 500 million times. It become one of the most popular mobile arcade games in the world with more than 20 million monthly players. And these numbers continue to grow.

* [Tomb of the Mask(iOS)](< https://apps.apple.com/us/app/tomb-of-the-mask/id1057889290>)
* [Tomb of the Mask(Android) ](https://play.google.com/store/apps/details?id=com.playgendary.tom\&hl=en_IE\&gl=US)

There are two game modes now:

**Story mode.** Here’s a mystic story that complements your gaming experience. Choose the right path and stay on it evading the labyrinth's tricks. Having only speed and an ingenious mind at your disposal, complete 800+ levels and struggle to survive while defeating your enemies.

**Arcade mode.** An endless survival where you need to advance as far as possible with the highest score. Win it or lose it - everything is in your hands.

We are introducing the all-new **NFT Mode** - soon available through the game update and will provide a rich Game-Fi experience to the millions of existing players and new users joining the game.


---

# 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://wp.tomb.playgendary.com/tomb-of-the-mask.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.
