# Hexonix

Every placed shape = +5

Base tile = +20 points (when completing a row/column)

Each time a row/column is completed, the next spawned shape gets a +1x multiplier. If more are completed in a row, the multiplier grows with the maximum being x5. The multiplier is accounted for the moment you complete a row/column square including the tiles with the multiplier.

Each consecutive completed row/column also raises the base tile value by +10. Once the sequence of completing 3x3 square is broken, the tile value goes back to the base (+20).

When more than one row/column is completed at once, the entire score awarded is multiplied by the number of such rows/columns completed at the same time.


---

# 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://wiki.gamee.com/gameplay/gamee-arc8-faqs/scoring-system-of-games/hexonix.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.
