Expand description
Generic types for SGFs without a known game.
This module contains a generic SgfProp implementation appropriate
for use with any SGF file. This implementation recognizes all general
properties, but any game
specific property will parse as Prop::Unknown.
SGF Move, Point, and Stone values are all simply stored as strings.
Enums§
- Prop
- An SGF Property with identifier and value.