> For the complete documentation index, see [llms.txt](https://docs.metapopit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapopit.com/ingame/character-controller.md).

# Character Controller

* Standard physics acts on the character.
* He can walk and jump.
* Uses **telekinesis (items relocate)** to move interactive objects.
* It reacts equally to non-interactive objects and walls - it stops.

**Moving Speed** - **X**

**Jump - MetaPopit\_height / 2**

**For PC:**

**Move** with animation of walking and **Turn** in the direction

* Forward (W)
* Down (S)
* Left (A)
* Right (D)

**Jump** with animation of jumping and landing.

* Jump (space)

**Rotation** of the **Camera** around the character when interacting with the mouse.

* Mouse Y
* Mouse X

**Interaction** with the Interactive object.

-One click on the Left button of the mouse:

* Use interactive object
* Activate **Mini-game**
* Activate **Zoom\*** on the code object
* Activate **Zoom\*** on the puzzle object
* Pull the Lever

-Hold on the Right button of the mouse:

* Lift an object with **Telekinesis**

**Zoom\* -** the camera moves away from the character and zooms in to center a code lock or a puzzle object.

Deactivation of the **zoom** on the object of the code will happen automatically after opening the safe.

Player can deactivate zoom  on the puzzle object with "Esc" key.

**In code lock and puzzle object**

* Left button of the mouse to click on the on-screen buttons

**In mini-game screen**

* Left button of the mouse to click on the on-screen buttons

&#x20;

&#x20;

&#x20;

&#x20;


---

# 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://docs.metapopit.com/ingame/character-controller.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.
