Beispiel #1
0
 public override bool IsWinner(PlayerMovement player)
 {
     return(board.IsLastCell(player.ActualCell));
 }