home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume8 / mgt / part01 / DATA.DEF < prev    next >
Text File  |  1990-02-23  |  1KB  |  28 lines

  1. The data contruts a tree in the following way:
  2.  
  3. '('...')'    : build a sub-tree
  4. ';'            : construct a node (you MUST do this before properties)
  5.  
  6. 'a'-'s'        : axis position (1-19)
  7. '['xx']'    : or {coordinate}, a position on the board from (1-19)(1-19)
  8.                 unfortunately, smart go recognizes the upper-left as [aa],
  9.                 and the lower right as [ss].  The x-axis is the first letter.
  10.  
  11. Size[19]    : set the size of the board.  Do this at the front.
  12.  
  13. {CoordList} : I will use this as an alias for [ab][bc][de]...[nn]
  14.  
  15. White{Coordinate}    : play white stones in the coordinates names
  16. AddWhite{Coordlist}    : play white stones in the coordinates named
  17. Black{Coordlist}    : play black stones in the coordinates named
  18. AddBlack{Coordlist}    : play black stones in the coordinates named
  19.  
  20. Comment[any text, \( or \[ to make parenthesis.  ends with at the following
  21.     bracket, and may extend more than one line.  Preferably, put on one
  22.     line \(you may do this with emacs\)]
  23.  
  24.  
  25.  
  26.  
  27. See the many sample files from the 'My Go Teacher' series for examples.
  28.