# D. Side-Scrolling Game

{% hint style="danger" %}
**UPDATE IN PROGRESS:** This new code guidebook will have revised versions of the Phaser tutorials in the original guidebook. In the meantime, you can still access the original tutorial for[ Side-Scrolling Game (Platformer)](https://docs.idew.org/video-game/project-outline/1-7-phaser-practice-3-side-scrolling-game)
{% endhint %}

In progress - create more complex game (side-scrolling platformer, similar to Super Mario Bros.)


---

# 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.idew.org/code-video-game/tutorials/side-scrolling-game.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.
