> For the complete documentation index, see [llms.txt](https://talofa-games.gitbook.io/run-legends-litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talofa-games.gitbook.io/run-legends-litepaper/game-design/core-game-loop.md).

# Core Game Loop

* Players select Gear to bring into their Missions
* Players encounter a series of enemies to battle against, as well as other challenges such as collection objectives which they can try to complete as quickly as possible.
* Collaborate with other players and/or AI players to take on these missions as you move (run or walk).
* Use Gear Skills: Players strategically spend their physical effort to move faster or slower to choose which skill they are using at any given time. Skills can damage enemies, heal the team, and defend the team.
* After completing a mission, see a summary of your physical and gameplay accomplishments as well as resources earned.
* Spend the resources you have earned to upgrade Gear to make it stronger so you can take on more challenging missions, or craft new Gear so you can try new playstyles.


---

# 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:

```
GET https://talofa-games.gitbook.io/run-legends-litepaper/game-design/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.
