home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !Wally_readme < prev    next >
Encoding:
Internet Message Format  |  1994-08-10  |  1.6 KB

  1. From: kstock@isfrance.encore.fr (Kevin Stock)
  2. Subject: Adding MGT output to WALLY
  3.  
  4. It turned out that it was even easier than I thought to get
  5. Wally to produce output files that MGT can use. The changes
  6. are attached below in diff -c format for patch. If you don't
  7. have the patch program, I can send you a modified source.
  8.  
  9. To use the new code, you have to compile Wally with -DADDED.
  10. (If you have xtx, I've added an xtx line which will do this
  11. automatically.) The additions are:
  12.  
  13.   Three new options:
  14.  
  15.   -d  turns on debugging output
  16.   -mgt  writes the output record in a form suitable for mgt
  17.   -cat  writes the output record in a form suitable for wally <file
  18.  
  19.   The game score is printed even in the case of a resignation.
  20.  
  21. Feel free to add this to your archives and/or post it to
  22. rec.games.go (I can't post anything at present).
  23.  
  24.   ,---------------.
  25. ,-+-------------. |    Kevin Stock
  26. | | E N C O R E | |
  27. | `-------------+-'    kstock@gouldfr.encore.fr
  28. `---------------'      kstock@gouldfr.UUCP
  29.  
  30.  
  31.  
  32. OK, so mgt only uses a..s in its input file! Boy, is life complicated!
  33.  
  34. At the end of this message is a supplemental patch, which does the
  35. following:
  36.  
  37.     1)    uses a..s in the input files, instead of a..hj..t
  38.     2)    adds a comment for each move
  39.     3)    creates a new node for a pass, so the comments
  40.         don't run into each other and get lost
  41.     4)    uses Size instead of SiZe.
  42.         This is probably wrong, but it's convenient.
  43.     5)    introduces a PATCHLEVEL (== 2)
  44.  
  45. I'll send you another mail which is a single patch file to apply both
  46. patches, which would be more suitable for posting (if you haven't put
  47. the first one out yet).
  48.  
  49. Whew.
  50.     Kevin
  51.