# 可玩性平衡設計

CEBG是一款非對稱對抗型遊戲。

每場戰鬥的結果將受以下因素影響：

1. 隊友的實力
2. 玩家的實力
3. 擁有 NFT 等級和屬性
4. 對手的實力

因此，如何以平衡的方式實現團隊匹配是遊戲設計的一個重要環節。

CEBG遵循的匹配原則是：只有遊戲時長、勝率、NFT等級相近的隊伍才會匹配到同一場戰鬥。

相關匹配算法將根據遊戲內數據不斷優化。


---

# 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://contact-63.gitbook.io/cebg-bai-pi-shu/you-xi-wan-fa/ke-wan-xing-ping-heng-she-ji.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.
