# Battling

Game rules are based on Tic tac toe, Gomoku game.

OpenArt is played on a grid by two players, who alternately place the pets in one of the spaces in the grid. The winner is the first player to form an unbroken chain of five pets horizontally, vertically, or diagonally.

In the following example, the first player (JOUEUR - Violet) wins the game:

The winner will be rewarded tokens, the amount is depend on the pet's genes


---

# 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://openart-finance.gitbook.io/whitepaper/gameplay/battling.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.
