ajax333221 / isepic-chess

♞ JavaScript chess utility library.
MIT License
16 stars 3 forks source link

Support UCI (Universal Chess Interface) for parsing and move input #13

Closed ajax333221 closed 3 years ago

ajax333221 commented 3 years ago

Allow to initialize a game with a uci string text (similar to pgn) in initBoard()

And for move input in board.playMove(), isLegalMove(), etc.

Examples:

ajax333221 commented 3 years ago

v5.9.0 and v5.10.0 fix the issue.