capturedPiecesStr method
Implementation
Map<String, int> capturedPiecesStr(
BishopState state, {
String? startPos,
int? seed,
}) =>
pieceMapIntToStr(
capturedPieces(state, startPos: startPos, seed: seed),
fullPiece: true,
);