> For the complete documentation index, see [llms.txt](https://qoomon-quest.gitbook.io/qoomon-quest-litepaper-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qoomon-quest.gitbook.io/qoomon-quest-litepaper-v1.0/gameplay.md).

# Gameplay

### Basic Game Mechanics

Qoomon Quest is a fast-paced card game. Players assemble a lineup of Qoomons and battle for control over three different lanes, each with its own unique properties. Whoever controls at least two lanes after six turns wins the battle and will be rewarded accordingly. Control over lanes is judged on which player has more Power over it.

<div align="center"><figure><img src="/files/mb0qPqQqeSMssp5m7Xg8" alt="" width="375"><figcaption><p>Win two out of the three lanes by having more Power to win a game</p></figcaption></figure></div>

### Qoomon

Each player assembles a lineup of 12 non-duplicated Qoomons for each game. Each Qoomon carries its own Mana cost and Power value. Mana costs range from 1-6, with players gaining Mana each turn, from 1 Mana in the first turn to 6 Mana in the sixth turn. Each Qoomon also has its unique ability.

The full list of available Qoomons can be found here: *\<available soon>*

<figure><img src="/files/fjq2UvTZczst48WO6f2S" alt="" width="375"><figcaption><p><em>Ninja Frog</em> (2 Mana cost &#x26; 30 Power) with its own ability</p></figcaption></figure>

### Lane

Every battle unfolds across three lanes and each lane has its own effect that can drastically affect the result. The three lanes are initially hidden before being revealed across the first three turns from top-to-bottom. It is important to develop strategies on each lane given its effect.

The full list of lane effects can be found here: *\<available soon>*

### Lineup

A player can customize one's own lineups in the Collection page. There are a few tips when assembling teams of 12 Qoomons:

* **Mana curve**: note the Mana cost of each Qoomon to make sure few turns go without any Qoomons being played;
* **Synergy**: pay attention to Qoomons that can strategically be used to benefit each other, for example building *Sensei Suma* together with Qoomons with On-Summon abilities can hugely boost its impact;
* **Experiment**: try out different lineups to see which ones work best for you!

<figure><img src="/files/J76rWSNMuotpWWGvrj9Y" alt="" width="375"><figcaption><p><em>Seisei Suma</em> can be very powerful together with On-Summon Qoomons</p></figcaption></figure>


---

# 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:

```
GET https://qoomon-quest.gitbook.io/qoomon-quest-litepaper-v1.0/gameplay.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.
