# Pet Crush

Pet Crush is a classic match-3 game where many distinct objects can be swapped with their neighbor object to make a triplet in a vertical or horizontal position to remove them. The main quest in the game is completing the given task which can be dropping a specific object(candy) to the ground level or matching objects in a specific place where we call it "ring" before the time runs out. Players who complete rounds in a given time will be rewarded with Pethereum Crystals and proceed to the next level.

If a player fails to complete a task in a given time, the game is over.

<figure><img src="/files/bsb0h0oOwvHsyoDf2IPF" alt=""><figcaption></figcaption></figure>


---

# 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://whitepaper.pethereum.io/gameplay/games/pet-crush.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.
