# Player score

The player score is the number of points a player is going to make in a single game. It is based on more than 50 statistics from real life matches, to determine the overall performance on the field.

It is calculated by adding his [RealScore](https://bamg-sports.gitbook.io/oval3-game-rules/scoring-system/player-score/real-score) and his [AttributesScore](https://bamg-sports.gitbook.io/oval3-game-rules/scoring-system/player-score/attributes).

$$
PlayerScore = RealScore + AttributesScore
$$

{% hint style="info" %}
**Example:**&#x20;

Player: Antoine Dupont

RealScore = 15

AttributesScore = 84

**PlayerScore = 99**
{% endhint %}

The total number of points obtained gives a PlayerScore between 0 and 100.

If the number of points exceeds 100, it remains capped at 100.
