[SGF FF[4] - Smart Game Format]

Dimmed Stones and View

For more info on the properties have a look at: Suppose you have the following SGF-file:
(;GM[1]SZ[9]FF[4]
  AB[ac][bc][cc][dc][ec][fc][gc][hc][ic]
  AW[ae][be][ce][de][ee][fe][ge][he][ie]
 ;DD[aa][ab][ac][ad][ae][af][ag][ah][ai][bi][bh][bg][bf]
    [be][bd][bc][bb][ba][ca][cb][cc][cd][ce]
  VW[aa:bi][ca:ee][ge:ie][ga:ia][gc:ic][gb][ib]
)
The same file using compressed point lists for every property:
(;GM[1]SZ[9]FF[4]
  AB[ac:ic]AW[ae:ie]
 ;DD[aa:bi][ca:ce]
  VW[aa:bi][ca:ee][ge:ie][ga:ia][gc:ic][gb][ib]
)

Picture of node 0

[board: node 0 (dim1.gif)]

Picture of node 1

[board: node 1, using DD & VW (dim2.gif)]