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