Ejemplo n.º 1
0
 /// <summary>
 /// Returns whether the board is a cats game or not. This routine assumes that all the segments on the board have been checked for a winning segment
 /// </summary>
 private bool IsCatsGame(IGameBoard gameBoard) => gameBoard.BoardIsFull();