> For the complete documentation index, see [llms.txt](https://jeff-world.gitbook.io/jeff-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jeff-world.gitbook.io/jeff-world/world-contents/my-room/board-game.md).

# Board Game

Board Game is a community-oriented mini-game content where you can invite friends to My Room and enjoy it together. My Room owner can host games in their house and even promote them externally.

<figure><img src="/files/TtVz3AZAEBPWUjHOpMjw" alt=""><figcaption><p>Bingo!</p></figcaption></figure>

### **🎲 Board Games in JEFF World**

At launch, **Bingo** will be the first board game available, with **more games coming soon**!\
Landowners can **choose specific board games** for players to enjoy.

* The **number of available board games** depends on the **grade of the Landowner’s My Room**.
* **Higher-grade My Rooms** allow **more board game options**.

### 🎉 Bingo – Be the First to Call Bingo!

<figure><img src="/files/YxI0TZNxOhNe4hYvGrzf" alt=""><figcaption></figcaption></figure>

### **🕹️ How to Play**

1️⃣ **Creating a Bingo Room**

* **Landowners** can create a Bingo Room by **clicking the table** in their My Room.
* Choose **game options** such as:
  * **Room name**
  * **Number of players** (2 to 4)
  * **Bingo count**
  * **Bingo theme**

2️⃣ **Joining a Game**

* Any **visitor to the My Room** can join the game by **clicking the center table**.
* The game starts when **at least 2 players** join.
* *(If playing for Crystals or Crystal Shards, at least 3 players are required.)*
* Once **all players are ready**, the game begins!

3️⃣ **Bingo Rules & Gameplay**

* **Choose a word** during your turn and click **Select**.
* When you meet the **required Bingo count**, the **Bingo! button** activates.
* The **first player** to press **Bingo!** wins! 🏆

### **🎁 Bingo Game Rewards**

* **Winners receive item rewards!**
* **Rewards vary based on the selected entry item.**

<table><thead><tr><th width="161">Entry Item</th><th>2 people</th><th>3 people</th><th>4 people</th></tr></thead><tbody><tr><td>stamina 1</td><td>My Room Transfer Ticket 1</td><td>My Room Transfer Ticket * 3</td><td>My Room Transfer Ticket * 5</td></tr><tr><td>stamina 1<br>Crystal shard 2</td><td>-</td><td>My Room Transfer Ticket * 1<br>Crstal shard * 4</td><td>My Room Transfer Ticket * 1<br>Crstal shard * 6</td></tr><tr><td>stamina 1<br>Crystal 1</td><td>-</td><td>My Room Transfer Ticket * 1<br>Crstal * 4</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jeff-world.gitbook.io/jeff-world/world-contents/my-room/board-game.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.
