extendFenPiecesCaseSensitive

fun extendFenPiecesCaseSensitive(char: Char, whitePiece: (Player) -> Piece2D, blackPiece: (Player) -> Piece2D)

Adds new mapping from char to piece case sensitive.

Parameters

char

the char to change mapping

whitePiece

the first piece to add to mapping

blackPiece

the second piece to add to mapping