Module unknown_game

Source
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.

Type Aliases§

Move
An SGF Move value for an unknown game.
Point
An SGF Point value for an unknown game.
Stone
An SGF Stone value for an unknown game.