iamjarret / pystockfish

Implements an easy-to-use Engine class to integrates the Stockfish chess engine with Python
GNU General Public License v3.0
30 stars 13 forks source link

FEN-string validation #19

Open vasilypvlasov opened 4 years ago

vasilypvlasov commented 4 years ago

There is not any FEN-string validation. According to the info I've investigated Stockfish engine doesn't have any functions/commands like is_fen_legal etc. So it should be implemented on the CUI/CLI side.