Set up SGF reading and start on the game database #47
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#47
Loading…
Reference in New Issue
No description provided.
Delete Branch "kifu/sgf"
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?
One of my wishes is to be able to load, review, and even edit an SGF representing an existing game. To this end, this MR adds the SGF parser, a Go interpretation layer, and then the beginnings of a games database for the Kifu app. The only thing displayed is the names of the players in the most basic unreadable form on the Home page.
Games cannot be seen in the UI, nor are there any SGF traversal functions. I'll be filing a lot of follow-up task items to provide improved interfaces.
At this time, though, the basic SGF reading and database rendering is complete. The result, with a sample database, can be seen in the screenshot.
https://www.pivotaltracker.com/story/show/185548485
Follow-up work: