bmarini / jchess

A jQuery-based javascript library for parsing and displaying chess games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Function for converting current board state to FEN

atduskgreg opened this issue · comments

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.