# Design on the Balance of Playability

Couner Fire is an asymmetrical confrontation type game.&#x20;

The result of each battle will be affected by the following factors:&#x20;

1. The strength of teammates&#x20;
2. The strength of the player&#x20;
3. Owned hero/weapon's level and attributes&#x20;
4. The strength of opponent&#x20;

Therefore, how to realize team matching in a balance way is an important part game design.&#x20;

The matching principle Couner Fire follows is: only teams with similar game duration, win rate, and level will be matched to the same battle.&#x20;

The relevant matching algorithm will be continuously optimized according to the in-game data.


---

# 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-whitepaper/gameplay/design-on-the-balance-of-playability.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.
