-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Consider making the saved games real PGN files #79
Comments
That would be an interesting addition. And the FEN files could have similar changes. Also note that this program doesn't follow exactly the standard since it has cases like [Result "Repetition"] which suggest that "standard format" may not be the intended use. |
Sorry it's not really relevant but where are the games saved/ how do I save them? |
edit: made a mistake in my assumptions. To games are saved in your {AppFolder}/ChessCodingChallenge/games. That directory will change depending on your OS. There are different manners to find it but in this case it is easy. |
The only thing that seems to be missing is the result marker at the end of the movetext.
Also consider not saving the first empty DrawByArbiter game that is always there.
If this is fixed and the games are saved with the PGN extension instead of txt the games can then be opened in programs like Arena.
See the end of the "movetext" section here:
Wikipedia on the PGN format
Actual PGN spec
The text was updated successfully, but these errors were encountered: