# How to create a mobile game?

It is necessary to do tests on the mobile to check that everything is correct because some things could change or not look good depending on the device and browser we use for it.

If you want to adapt your game to a mobile enviroment you can change the size of the canvas to fit everything properly.

<figure><img src="/files/8HsWP01arD9NIQUnMRy8" 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://academy.theufolab.com/tips-and-advanced-features/how-to-create-a-mobile-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.
