# Game Mechanics

**Gameplay**

**Flappy Duck** is a single-player game that challenges players to collect points by maneuvering flappy duck through a series of obstacles. Tap the arrows on your keyboard to keep the duck safe and avoid hitting barriers to maintain momentum. Each successful obstacle crossed earns points that accumulate in real-time.

Up arrow - jump

Down arrow - slide

P - pause

Esc - exit full screen

**Scoring and Ranking**

* **Scoring**: Each pumpfun pill claimed equals one point.
* **Leaderboard**: Scores are ranked on the daily leaderboard, with the top 100 players securing rewards.
* **Daily Reset**: The leaderboard resets at midnight UTC, and rewards are distributed based on the final rankings.

**Objective**

Players aim to score as many points as possible to secure a spot in the top 100. The higher the rank, the larger the share of the reward pool they receive.


---

# 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://flappyduck-organization-1.gitbook.io/flappyduck-organizations-1/introducing-flappy-duck/game-mechanics.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.
