> For the complete documentation index, see [llms.txt](https://seeddao.gitbook.io/seed-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seeddao.gitbook.io/seed-tutorial/playing-mining-phase/seed-arcade/battle-seed.md).

# Battle SEED

**1. Overview**

Battle SEED 🤺 is an exciting ⚡️ new feature in the SEED App that creates a playful environment for users to compete against each other.&#x20;

You can find Battle SEED 🤺 located on the right side of the main screen like below 👇🏻. Just a click away from entering a world of fun and competition!

<figure><img src="/files/X1aTNJRaFjUmRKArj7EO" alt="" width="563"><figcaption></figcaption></figure>

Battle SEED 🤺 offers 7️⃣ different types of rooms, each with its own entry price 💰 and prize 🏆 for the winner.&#x20;

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

**2. How to play**&#x20;

🎮 To start playing the Battle SEED 🤺, there are 2️⃣ options that you can choose:

<figure><img src="/files/A2Qovg0nRMM64MKRFSZ0" alt="" width="281"><figcaption></figcaption></figure>

1️⃣ **Play Online**: Randomly matched with a stranger.&#x20;

After clicking on the “Play Online” button, continue to choose your preferred room. Scroll down to select one out of 7️⃣ available rooms, each requiring a different amount of entry price 💰and winner's prize 🏆.

You will then be randomly matched with an online player who is also looking for a match in that room.

<figure><img src="/files/UIDSiiMcowM7wmxHnFAh" alt="" width="563"><figcaption></figcaption></figure>

2️⃣ **Play With Friends**: You get to pick the one you want to battle with.

After clicking on the “Play With Friends” button, you can either 🔐 join the room your friends have created with a room code or 🚪 create a room and invite your friends to join with the given room code.

<figure><img src="/files/zu9QutbEE4OhZZ5aWG7S" alt="" width="281"><figcaption></figcaption></figure>

***🔐 Join with a room code***&#x20;

Click on the “Join” button and ⌨️ place the room code your friends have sent you in the box.&#x20;

Then you are all set to face your desired opponent in a Battle SEED match.

<figure><img src="/files/JFJ5lNDDk0i5s0ywKgvK" alt="" width="281"><figcaption></figcaption></figure>

***🚪Create a room***

Click on the “Create” button and 🫳🏻 copy the room code that appears at the top of the screen.&#x20;

Then send the code to your friends 📨 and wait for them to join the room you just created.

<figure><img src="/files/jDyQ1nVqfUdwfXXML9jO" alt="" width="281"><figcaption></figcaption></figure>

❗️*Notes: To exit the room you just created, click on the "Leave" button. Clicking on the ⬅️ exit arrow icon, you will still be in the room. Even when you forget the room code, the system will still bring you back to the room you created.*

🎮 **Build your Lineup**: Strategically place the artifacts on the board to prepare for the battle

You can choose either 🫳🏻 manually drag the artifacts as you like or choose the option "Auto" and let the system do the work for you.

<figure><img src="/files/EtvvFaMPEQCLL7qYEHfs" alt="" width="375"><figcaption></figcaption></figure>

🎮 **Decide First Turn**: The game will automatically determine who goes first.

<figure><img src="/files/u3694mz0uulKZbqFaeSn" alt="" width="281"><figcaption></figcaption></figure>

🎮 **Start Playing**:&#x20;

You will need to locate 🔍 where are the opponent's artifacts on the board.

A red dot 🔴 appears when you successfully find out one of your opponent's artifacts and you can continue your tur&#x6E;*.* In contrast, you miss the next turn to your opponent when a grey mark ✗ appears.

<figure><img src="/files/TvGxIuvvmdc2WFqmfMOh" alt="" width="563"><figcaption></figcaption></figure>

🎮 **Ending Results**

💥 The game concludes 🔚 when one of the two participants 🙋🏻 successfully finds ***all*** of their rival’s artifacts.

*📌 You will **automatically lose** the battle if you retreat in the middle of the fight.*

<figure><img src="/files/cNvATu6NMReCmoqlRJxZ" alt="" width="281"><figcaption></figcaption></figure>

If you win 👑 , you will receive a prize 🏆 .&#x20;

If you lose ☠️ , unfortunately, you can not receive anything 🫙 .

<figure><img src="/files/er9WavnKJYDGS0fvAn4G" alt="" width="563"><figcaption></figcaption></figure>

💥 Join the fun and challenge yourself a bit with the Battle SEED 🤺 today!&#x20;

Let's find out 🤔 if you can claim the ultimate prize. See you up there! 🙋🏻‍♂️


---

# 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, and the optional `goal` query parameter:

```
GET https://seeddao.gitbook.io/seed-tutorial/playing-mining-phase/seed-arcade/battle-seed.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
