# Roll Hard, Hit Hard!

After you pick colors, you finally start the match!

![](/files/KFxE6aGRg4VtTuuIR6Wi)

You can see the health bars on the top right and left of your screen.

On the bottom right and left, you have colors and numbers (grid\*) which are randomized every turn.

You press the "ROLL" button each time it is your turn and a random square is chosen on the grid. The special powers of the robots are determined according to the color of the square, and the damage they do is determined by the number on the square. If the colors of the your robot are the same with the colors of the selected square, the robot deals damage to your opponent.

The players can increase the damage of their next hit by using the abilities (seen on the image above, close to the "ROLL" button) of their robot based on the robots' level, they can choose to strengthen the defenses of their robot or manipulate the color and number distribution on the grid to their advantage.

The game continues being played turn-based until one of the two robots has zero health, the surviving robot wins the fight.

***\*The fairness of this random selection made by the server can be confirmed by the user via checking the ‘’Provably Fair’’ system.***


---

# 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://gami-world.gitbook.io/roboots-alpha-gameplay/roll-hard-hit-hard.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.
