# ゲームの設定

<figure><img src="/files/sryItIm3FHv1x212fkNm" alt=""><figcaption><p>環境設定</p></figcaption></figure>

ゲームを作成するとき、ユーザーはさまざまな設定を行うことができます。

1. プレイヤーの数は **2 ～ 4** です。
2. ゲームのモードは、**パーティー** - プレイヤーが互いに競争するクラシック モード、またはプレイヤーが 2 人ずつの 2 つのグループに分かれる **対** です。
3. Pixudi では、プレイヤーは参加費不要の **無料ゲーム** を作成できますが、勝者は $$$ の報酬を得ることができません。 ただし、すべてのプレイヤーが開始前に入場料を支払う **有料ゲーム** を作成することもできます。 これらの入場料はゲームの賞金プールを形成し、ゲーム終了時に勝者に与えられます。
4. また、ユーザーは **2 ～ 25** の範囲でターン数を選択できます。
5. ゲームは **一般** (誰でも参加可能) にすることも、**非表示**にすることもできます。 後者は、プレイヤーがリストに表示されないことを意味します。
6. ユーザーは 3 つの **スターター アイテム パック** から 1 つを選択できます。なし、軽量、大型です。
7. プレイヤーはゲーム (ルーム) の名前を選択できます。
8. ユーザーが季節ボードを使用してゲームを作成した場合、**季節イベントに参加**し、その後イベント ポイントを獲得します。


---

# 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/gmuno.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.
