Implemented game serialization to the PGN format #16
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kske/chess#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "f/pgn_save"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
These changes provide the user with the ability to save games to a file in PGN format.
Internal changes include, but are not limited to:
Copying a
Board
with the entireLog
Moved SAN handling to
Move
and its sub classesSerialization of special moves to SAN (pawn promotion and castling)