Implemented game serialization to the PGN format #16

Merged
CyB3RC0nN0R merged 9 commits from f/pgn_save into master 2019-12-11 07:53:46 +01:00
CyB3RC0nN0R commented 2019-12-11 07:26:52 +01:00 (Migrated from github.com)

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 entire Log

  • Moved SAN handling to Move and its sub classes

  • Serialization of special moves to SAN (pawn promotion and castling)

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 entire `Log` - Moved SAN handling to `Move `and its sub classes - Serialization of special moves to SAN (pawn promotion and castling)
This repo is archived. You cannot comment on pull requests.
No description provided.