> For the complete documentation index, see [llms.txt](https://docs.dark-mythos.com/dark-mythos-gamepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dark-mythos.com/dark-mythos-gamepaper/de/das-spiel/game-base.md).

# Game-Base

<figure><img src="/files/F0vwDiBUqaBlTaWkj01S" alt=""><figcaption><p>In der Game-Base beginnt der Spieler sein Spiel. Die Game-Base dient auch als Dashboard/ Übersicht.</p></figcaption></figure>

Vor dem Spielbeginn sind einige Vorbereitungen in der Game-Base zu treffen. Dort erhalten die Spieler eine Zusammenfassung aller wichtigen Informationen.&#x20;

1. **Spielerinformationen:** \
   Liga, Name, Level, aktuelle XP Fortschritt bis zum nächsten Level, Daily Rewards
2. **Spielmodus und Events:** \
   Hier werden die verschiedenen Modi angezeigt, der Einstieg erfolgt im Casual-Modus, der Spieler wird in das Spiel eingeführt und durch spielerisches Lernen an die Mechanik herangeführt. Neben dem Casual- und Ranked-Modus findet man hier auch die aktuell laufenden Turniere und Events.
   1. Der Casual-Modus kann später auch für Casual Games genutzt werden, um z.B. neue Decks auszuprobieren.
3. **New Player Rewards/ Daily Rewards:** \
   Hier werden tägliche Rewards angezeigt. Für neue Spieler wird ein New Player Rewards System angezeigt, das jeder neue Spieler durchlaufen muss. Hier wird die grundlegende Spielmechanik erklärt.
4. **Deckübersicht:**\
   Für jeden Modus können Decks gespeichert und benannt werden. Das Deck zeigt an, für welche Liga es erstellt wurde und wie viele Mythics es enthält.
   1. Verkauft der Spieler NFT’s aus diesem Deck auf dem Marktplatz, wird das Deck als „inaktiv“ markiert und muss überarbeitet werden.


---

# 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.dark-mythos.com/dark-mythos-gamepaper/de/das-spiel/game-base.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.
