scoreaccumulation - eisclimber/ExPresS-XR GitHub Wiki
Enum in BasicScoreCalculator
Inherits from System.Enum
How the scores of adjacent areas are accumulated on the placed tile.
public enum ScoreAccumulation
{
Individual,
ConnectedGroups
}| Name | Description |
|---|---|
| ConnectedGroups | Accumulates the scores of adjacent scores sides per direction. |
| Individual | Handles the scores of each side separately. |