# ゲームプロセス

Pixudi ゲームのプロセスは古典的なボード ゲームの仕組みに基づいていますが、ブロックチェーンによってもたらされる利点もあります。 これは段階的な手順です:

1. ゲームをプレイするか、既存のルームのいずれかに参加します。

   <figure><img src="/files/sryItIm3FHv1x212fkNm" alt=""><figcaption><p>独自のゲームを作成する</p></figcaption></figure>

   <figure><img src="/files/g8BfjIxmN2HUhv7RlZtV" alt=""><figcaption><p>アクティブなゲームのリスト</p></figcaption></figure>

2. プレイヤー全員がゲームに参加すると、物語が始まります。 最初に行動を起こしたプレイヤーがサイコロを振ります。 出た数字に応じて、自分のキャラクターがボード上で動きます。

   <figure><img src="/files/U9cIZMTOlX30UatQMlgR" alt=""><figcaption><p>ゲームの流れ</p></figcaption></figure>

3. ユーザーがプレイするボードは、70 ～ 100 の基準点を持つマップを表します。これは、ユーザーがゴールラインに到達するために乗り越える必要がある道です。 それらのポイントの約 30% はイベントによって複雑になります。 プレイヤーが「ブランク」ポイント (イベントによって複雑ではない) に到達すると、順番は次のプレイヤーに移ります。 ただし、プレイヤーが複雑なポイントに到達すると、何らかのシナリオ イベントが発生し、プレイヤーにとってプラスまたはマイナスの結果が生じます。

   <figure><img src="/files/ZH6MkPz0ooQVwtHJYcl0" alt=""><figcaption><p>地図例（昼版）</p></figcaption></figure>

   <figure><img src="/files/9QtswsL62x1R8JCj2yWp" alt=""><figcaption><p>マップ例（夜間バージョン）</p></figcaption></figure>

4. プレイヤーは特別なパワーアップ (アイテム) を使用して、呪いなどの悪い出来事を克服したり、勝利に近づくことができます。

5. 動く。 これが発生するとゲームは終了し、プレイヤーは経験値、イベント ポイント (季節イベント ボードでプレイした場合)、および賞金プール (存在する場合) を受け取ります。


---

# 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/ri-ben-yu/gmupurei/gmupurosesu.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.
