jchess
jchess copied to clipboard
Function for converting current board state to FEN
This would be quite useful as being able to express positions as FEN would help in integrating with chess engines.Chess engines speak UCI, which accepts positions from the front end in FEN. So having jChess generate FEN would let it act as front end for a chess engine pretty easily.