# Movement and Facing

## Movement

A gladiator can move forwards, backwards and side to side, these are assigned to the left analgue stick or the WSAD on the keyboard.&#x20;

The gladiator will have a walk speed (exact speed determined by Gladiator stat). This controls the speed of movement, forwards.&#x20;

Walking backwards is the also determined by the gladiators stats and is the same as the forward walk speed.

Strafe speed (or sidestep left and right) are also controlled byt he gladiators statistics and will be set the same as the forward walk speed.

## Facing

This is the term for a soft target lock on an enemy, it keeps the gladiator facing towards the enemy target.&#x20;

Facing is a soft lock becuase it can be broken by turning away from the target using the direction stick or mouse look.&#x20;


---

# 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://halls-of-olympia-developers.gitbook.io/halls-of-olympia/gladiatorial-combat/combat-overview/playable-gladiator-combat-mode-in-progress/movement-and-facing.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.
