extendFenPieces

fun extendFenPieces(char: Char, piece: (Player) -> Piece2D)

Adds new mapping from char to piece.

Parameters

char

the char to change mapping

piece

the piece to add to mapping