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