> For the complete documentation index, see [llms.txt](https://docs.latx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.latx.io/telegram-mini-app-or-phase-1/markdown/star-game.md).

# Star Game

### **🚀 What is the Star Game?**

The Star Game is an interactive and fun way to earn LATX points. You take control of a spaceship and navigate through the galaxy, collecting stars and avoiding obstacles while earning rewards for your efforts.

### 🎮 How to Play the Star Game

1. **🌟 Collect Stars:**
   * Each star adds to your in-game score and boosts your LATX rewards.
2. **☄️ Avoid Meteoroids:**
   * Dodging meteoroids is critical—they reduce your score and slow your progress.
3. **🌀 Collect Orb Elements:**
   * These rare orbs grant a **3-second bonus** to double your collected stars!
4. **🛸 Upgrade Your Ship:** *(Optional)*
   * Visit the **LATX Store** to upgrade your ship for extra bonuses on collected stars. *(Link to LATX Store page.)*

### **🎮 Game Rules**

* The game lasts **20 seconds**.
* The more stars you collect, the higher your rewards.
* Use your skills to dodge obstacles and maximize your score.

### **📜**✨ **Game Story: A DeFi Adventure**

In a universe full of opportunity, you're piloting a ship on a mission to claim rewards. The stars represent your DeFi goals, meteoroids symbolize the obstacles in decentralized finance, and the orbs are rare opportunities. Upgrade your ship, steer through challenges, and come out as the top scorer in LATX's Star Game!

### **🎯 Why Play the Star Game?**

* **Earn More LATX Points:** A fun and engaging way to boost your rewards.
* **Sharpen Your Skills:** Practice dodging challenges while navigating the DeFi galaxy.
* **Stay Ahead:** The better you play, the higher you’ll climb on the leaderboard!


---

# 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.latx.io/telegram-mini-app-or-phase-1/markdown/star-game.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.
