Exemple #1
0
 public bool IsTie(Board board)
 {
     return(board.AvailableMoves().Count == 0);
 }