# 8. CORE GAME LOOP

The core game loop is the most important element of the Storm Warfare game experience. We want our players to play games while staying close to the game's auction systems for as long as possible to be able to spend money or buy cards from other players.

Storm Warfare is designed to have a core loop in order to make it easy for our players to reach auctions. At the end of every step, it is important to direct our players to the cornerstone of our game's economy; the more players engage with auction systems, the longer they will stay and be engaged with the game.

<figure><img src="/files/dNZx5YchWX92AfC7gfkw" alt=""><figcaption></figcaption></figure>


---

# 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://docs.stormwarfare.com/ecosystem/games/stormwarfare/8.-core-game-loop.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.
