Enum Result
Possible outcomes of a chess game
Namespace: PonzianiComponents.Chesslib
Assembly: PonzianiComponents.dll
Syntax
public enum Result
Fields
| Name | Description |
|---|---|
| ABANDONED | Game has been abandoned (for example in engine matches by a crash |
| BLACK_WINS | |
| DRAW | |
| OPEN | Game is still ongoing, resp. result is unknown |
| WHITE_WINS |