# Game Process

Pixudi game process is based on the mechanics of classic board games but also has advantages provided by the blockchain. This is a step-by-step instruction:

1. After logging in, a user chooses to create their own game or to join one of the existing rooms.

   <figure><img src="/files/sryItIm3FHv1x212fkNm" alt=""><figcaption><p>Creating your own game</p></figcaption></figure>

   <figure><img src="/files/g8BfjIxmN2HUhv7RlZtV" alt=""><figcaption><p>List of active games</p></figcaption></figure>

2. When all players joined the game, the story starts. The first player to make a move rolls the dice. Their character moves on the board according to the number that came up.

   <figure><img src="/files/U9cIZMTOlX30UatQMlgR" alt=""><figcaption><p>Game process</p></figcaption></figure>

3. The board that users play on represent a map with 70-100 reference points - a path that users need to overcome to get to the finish line. About 30% of those points are complicated by events. When a player reaches a 'blank' point (not complicated by an event), the turn goes to the next player. However, if a player reaches a complicated point, some scenario event happens resulting in a positive or a negative outcome for the player.

   <figure><img src="/files/ZH6MkPz0ooQVwtHJYcl0" alt=""><figcaption><p>Map example (day version)</p></figcaption></figure>

   <figure><img src="/files/9QtswsL62x1R8JCj2yWp" alt=""><figcaption><p>Map example (night version)</p></figcaption></figure>

4. Players can use special power-ups (items) to overcome bad events such as curses or just get closer to victory.

5. Players roll the die turn by turn until they run out of moves. When this happens, the game ends and players receive experience points, event points (if they played on the seasonal event board), and a prize pool (if any).


---

# 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.pixudi.com/pixudi-manual/gameplay/game-process.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.
