-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comment e Nag #73
Comments
Comments and nags are fields of the Game class, not of the Move. The generation is not perfect (for example see the first game in cct131.pgn: the comment of white 26th move has the index 99...); working on it! |
Hello @bhlangonijr, I studied the code in Game.loadMoveText() and I think the issue is the following: the variantIndex (and not the halfMove) is used to store comments. Given a Game object, if no variation was modified it should be possible (but messy) to retrieve the comment given the halfMove. I propose to:
I can work on this, but as it is quite a change I want to be sure that it is desired. |
Hello @dcolazin , Also note that What do you think? |
How do I get the comment (and Nag) of a move?
The text was updated successfully, but these errors were encountered: