You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i want to filter the board.GetLegalMoves(); to only get a specific piece's moves, i'd need to use linq to filter the moves based on the type of the move's MovePieceType and StartSquare, which is not very efficient, so it'd be easier if you could add something like board.GeneratePieceMoves() to generate only this piece's moves.
The text was updated successfully, but these errors were encountered:
If i want to filter the
board.GetLegalMoves();
to only get a specific piece's moves, i'd need to use linq to filter the moves based on the type of the move's MovePieceType and StartSquare, which is not very efficient, so it'd be easier if you could add something likeboard.GeneratePieceMoves()
to generate only this piece's moves.The text was updated successfully, but these errors were encountered: