# Game Scores

### Scores per Monster in different maps

<figure><img src="/files/Btv91yKIiO2GxQ6pbVtq" alt=""><figcaption><p>May 2024 - subject to change</p></figcaption></figure>

### Scores earned upon completing each wave

<figure><img src="/files/ACqhlbqmqM0Oqd4SadBF" alt=""><figcaption><p>May 2024 - subject to change</p></figcaption></figure>

### **Here's the formula:**

<mark style="color:red;">**Total Score = (Monster A score x # killed + Monster B score x # killed + ... + Monster Z score x # killed) + Previous wave's accumulated score.**</mark>

This formula calculates the total score by multiplying the score of each type of monster by the number of monsters killed, summing up these values, and then adding the accumulated score from the previous wave.


---

# 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://the-backwoods.gitbook.io/the-backwoods/gameplay/game-scores.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.
