Difference between revisions of "Smart Game Format"

From HexWiki
Jump to: navigation, search
m (cat. game record)
m (inner link + headings)
Line 6: Line 6:
  
 
SGF files are comprised of pairs of ''properties'' and ''property values'', each of which describes a feature of the game.
 
SGF files are comprised of pairs of ''properties'' and ''property values'', each of which describes a feature of the game.
 +
 +
== See Also ==
 +
 +
[[Coordinates]]
 +
 +
== External links ==
  
 
You can find more info in the [http://www.red-bean.com/sgf/ Official Specifications Site].
 
You can find more info in the [http://www.red-bean.com/sgf/ Official Specifications Site].

Revision as of 22:37, 3 December 2008

The SGF file format is designed to store game records of board games for two players. It's a text-only, tree-based format.

Games stored in SGF format can easily be emailed, posted or processed with text-based tools.

The main purposes of SGF are to store records of played games and to provide features for storing annotated and analyzed games (e.g. board markup, variations).

SGF files are comprised of pairs of properties and property values, each of which describes a feature of the game.

See Also

Coordinates

External links

You can find more info in the Official Specifications Site.