Implemented game serialization to the PGN format #16
Loading…
x
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)