Convert FEN to Piece Placement Format
-
FEN code (read-only) field contains FEN of initial position of a puzzle. I would like to have a field that contains placement of the pieces in format wRa1 bQd8 etc. Each piece has a color (w/b), type (R, N, B, Q, K, P), and position (a1-h8).
This can be used to search for a puzzle when one knows only a little something about it.
- You must be logged in to reply to this topic.