Beispiel #1
0
 public bool Win()
 {
     return(_board.CheckRows() || _board.CheckCols() || _board.CheckDiag());
 }