# Points System

### Points System

Earn points by surviving longer and collecting pickups throughout the game. Every second you stay alive increases your score, while special pickups give bonus points. Avoid asteroid collisions, as each hit reduces your total score.

<div align="left"><figure><img src="/files/6t4Q5PMaGDzVTtjb40z2" alt="" width="375"><figcaption></figcaption></figure></div>

#### How Points Work

* +10 PTS every second survived
* Pickups grant bonus points instantly
* Asteroid hits reduce points

<div align="left"><figure><img src="/files/u6sGO5HUYXB3e5GOOSBG" alt=""><figcaption></figcaption></figure></div>

#### Score Formula

**PTS = (Seconds Alive × 10) + Pickup Bonuses − (Asteroid Hits × 3)**

The longer you survive and the more pickups you collect, the higher your final score.


---

# 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://astroversex.gitbook.io/astroversex/gameplay/points-system.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.
