home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume8
/
mgt
/
part01
/
DATA.DEF
< prev
next >
Wrap
Text File
|
1990-02-23
|
1KB
|
28 lines
The data contruts a tree in the following way:
'('...')' : build a sub-tree
';' : construct a node (you MUST do this before properties)
'a'-'s' : axis position (1-19)
'['xx']' : or {coordinate}, a position on the board from (1-19)(1-19)
unfortunately, smart go recognizes the upper-left as [aa],
and the lower right as [ss]. The x-axis is the first letter.
Size[19] : set the size of the board. Do this at the front.
{CoordList} : I will use this as an alias for [ab][bc][de]...[nn]
White{Coordinate} : play white stones in the coordinates names
AddWhite{Coordlist} : play white stones in the coordinates named
Black{Coordlist} : play black stones in the coordinates named
AddBlack{Coordlist} : play black stones in the coordinates named
Comment[any text, \( or \[ to make parenthesis. ends with at the following
bracket, and may extend more than one line. Preferably, put on one
line \(you may do this with emacs\)]
See the many sample files from the 'My Go Teacher' series for examples.