# Asteroids!

The score is awarded for destroying asteroids. There are 3 different sizes with 3 different score values. Small asteroids are worth +25, medium asteroids are worth +100 and large asteroids are worth +250.

Destroying a cometh is worth +1,000 points. Destroying an enemy spaceship is worth +150 points per ship part (+600 for all 4 parts).

Every remaining life at the end of the game is worth +200 points.


---

# 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://wiki.gamee.com/gameplay/gamee-arc8-faqs/scoring-system-of-games/asteroids.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.
