Hi,
Right now, the response for getComments() returns {fen: , comment: } --- if there's a two-move repetition within a game, both moves will have the same FEN, making it impossible to determine for which move the comment applies. Is there an easy way to add halfMove Number to the getComments() response, to close this information gap?
Hi, Right now, the response for getComments() returns {fen:, comment: } --- if there's a two-move repetition within a game, both moves will have the same FEN, making it impossible to determine for which move the comment applies. Is there an easy way to add halfMove Number to the getComments() response, to close this information gap?
Thanks!