> For the complete documentation index, see [llms.txt](https://arenadocs.taitiko.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arenadocs.taitiko.com/taitiko-arena/games/ballon-shooter.md).

# Ballon Shooter

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

Show your speed and precision as you try to pop as many balloons as possible.&#x20;

At the beginning, you have a protective floor that prevents you from losing lives if a balloon escapes, but be careful! This floor will break as soon as a balloon touches it. Don’t worry—at the end of each round, the floor will fully regenerate, giving you a fresh chance.&#x20;

You have 3 lives in total, and each time a balloon passes the floor, you’ll lose a life. Your goal is to accumulate as many points as possible:                                                                                             &#x20;

+1 point for each balloon popped.\
-1 point if you tap the screen without popping any balloon.\
-1 life for each balloon that escapes and passes the floor.

&#x20;Can you keep up the pace, save your lives, and achieve the highest score? Get ready for a fast-paced, fun, and addictive experience!


---

# 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://arenadocs.taitiko.com/taitiko-arena/games/ballon-shooter.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.
