public enum ScoreCause
public static ScoreCause REGULAR
The player didn't violate against the rules or left the game early.
public static ScoreCause LEFT
The player left the game early (connection loss).
public static ScoreCause RULE_VIOLATION
The player violated against the games rules.
public static ScoreCause SOFT_TIMEOUT
The player took to long to respond to the move request.
public static ScoreCause HARD_TIMEOUT
The player didn't respond to the move request.
public static ScoreCause UNKNOWN
An error occurred during communication. This could indicate a bug in the server's code.