> For the complete documentation index, see [llms.txt](https://docs.dropsh.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dropsh.it/gameplay/main-gameplay.md).

# Main gameplay

In this engaging hyper-casual game, players navigate a lively and humorous environment where the main challenge is to avoid a comical barrage of falling poops. The gameplay is simple yet addictive: as the game progresses, the frequency and speed of the falling poops increase, testing your agility and reflexes.

<figure><img src="/files/hSQPiygRQaEOQQzhByrz" alt="" width="375"><figcaption><p>How to play</p></figcaption></figure>

#### Key Gameplay Features:

* **Dodging Mechanics:** Use intuitive touch controls to move your character left and right across the screen, dodging falling obstacles.
* **Coin Collection:** As you dodge, coins appear at random intervals. Collect these to score extra points and unlock special features.
* **Level Progression:** Successfully dodging poops not only increases your score but also helps you progress through levels. Each level ramps up the difficulty, introducing faster and more frequent poops.
* **NFT Skins:** Personalize your gaming experience by using coins or engaging with in-game promotions to unlock exclusive NFT skins. These skins can change the appearance of your character and the game environment, adding a unique twist to your dodging adventures.
* **Leaderboards and Achievements:** Compete against friends and other players globally. Climb the leaderboards by achieving the highest scores and completing challenges to earn bragging rights and rewards.

The game's design encourages quick sessions that are easy to start and hard to put down, making it perfect for gaming on the go. With its quirky theme and engaging mechanics, it promises endless entertainment and competition.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.dropsh.it/gameplay/main-gameplay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
