# Effective Movement Strategies

In Snake Rivals, mastering various movement techniques is essential for both survival and eliminating opponents.

1. **Z-Shaped Movement:**

   Implementing a zigzag movement strategy during battles can create a situation where the snake attacking you finds itself in a very tight space, effectively trapping it in a dead-end. With no room to maneuver, your adversary can only end up colliding and being defeated. This is the perfect moment to make your escape or seize their tokens.
2. **Circling Movement:**

   When the space ahead is narrow or when you're being heavily pursued by other snakes, you can opt to turn back and move along your snake's body. Other snakes will hesitate to collide with you because a collision with your snake results in their own demise, while you can effortlessly navigate through your body.
3. **U-Shaped Movement:**

   Utilizing U-shaped movement allows you to secure ample survival space, solidify your territory, and await the appearance of black holes. While moving in a U-shaped pattern, consider adding some acceleration. Combining this strategy with S-shaped or M-shaped movements can yield even better results.

By incorporating these movement strategies into your gameplay, you'll not only enhance your survival skills but also improve your ability to eliminate opponents effectively in Snake Rivals.


---

# 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://greedy-world.gitbook.io/how-to-play/combat-skills/effective-movement-strategies.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.
