Skip to content

Initial sgf processing#1

Open
AtrusRiven wants to merge 2 commits into
nmielec:mainfrom
AtrusRiven:Initial-SGF-processing
Open

Initial sgf processing#1
AtrusRiven wants to merge 2 commits into
nmielec:mainfrom
AtrusRiven:Initial-SGF-processing

Conversation

@AtrusRiven
Copy link
Copy Markdown

Added basis support for sgf files:

  • Parsing: The sgf_parse() function parses the sgf file for further processing.
  • Preprocessing:
    • Metadata: The sgf_metadata_dict() function transforms the metadata part to a dictionary for further processing.
    • Moves: The sgf_moves() function returns the moves part.
  • Finalizing:
    • Metadata: The sgf_metadata_table() function converts the metadata dictionary to a table.
    • Moves: The sgf_moves_board() function returns the moves for inclusion in stones attribute of go-board function.

@AtrusRiven
Copy link
Copy Markdown
Author

Any chance for merging the PR? :-) Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant