# How to Play

True to the Roguelike genre, the controls of the **Crusaders of Crypto** game are simple to learn! Similarly, the game as a whole is ***turn-based*** so plan all your moves and attacks accordingly!

To move, players can use one of the following control mechanisms:

1. Drag the on-screen joystick (which nostalgically looks like a old-school D-Pad!)
2. Use the **WASD** keys to move up/left/down/right, respectively
3. Use the Arrow Keys to move

To attack monsters, players simply need to ***move*** into them!

To use potions and other nifty consumables:

* First open the inventory<br>

![](/files/-MgLOjCrWCSn7LEYxb_y)

* Then tap on the potion you want to use! **NOTE:** Using a consumable causes the Players turn to end!

![](/files/-MgLOzg0Rd847au9KmFG)


---

# 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.crusadersofcrypto.com/tutorial/how-to-play.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.
