scoreaccumulation - eisclimber/ExPresS-XR GitHub Wiki

ScoreAccumulation

Enum in BasicScoreCalculator

Inherits from System.Enum

Summary

How the scores of adjacent areas are accumulated on the placed tile.

public enum ScoreAccumulation
{
    Individual,
    ConnectedGroups
}

Members

Name Description
ConnectedGroups Accumulates the scores of adjacent scores sides per direction.
Individual Handles the scores of each side separately.
⚠️ **GitHub.com Fallback** ⚠️