> For the complete documentation index, see [llms.txt](https://apex-studio.gitbook.io/dash-core-endless-runner/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player.md).

# 04\_Advanced\_Player

Dash Core Documentation Showcase

<figure><img src="https://1429375011-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQO6gSaZAImyfq8TThzBJ%2Fuploads%2FrAIfTtGPnOQ5FBAI1Zv5%2FChatGPT%20Image%2017%20%D9%8A%D9%88%D9%86%D9%8A%D9%88%202026%D8%8C%2010_50_15%20%D8%B5.png?alt=media&amp;token=b219c070-df64-4dd9-9d7e-d27bc7096886" alt=""><figcaption></figcaption></figure>

### 🕹️ Volume 4: Advanced Player Control & Gadgets Engineering

This volume provides a deep technical breakdown of the player character mechanics and the gadget ecosystem within the Dash Core Endless Runner. Targeted at gameplay programmers and system architects, this guide details how to manipulate the custom kinematic physics, extend the stringless animation system, and configure the intelligent AI-driven item spawner to perfect the core "Game Feel."


---

# 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://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player.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.
