home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / gnu / gnuchessfix / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  1KB  |  41 lines

  1. .name
  2. GNUChessFix
  3. .type
  4. Game tool
  5. .short
  6. 3 programs to convert ouput of GNUChess
  7. .description
  8. This file is a description of the three ARexx programs I wrote to
  9. translate the raw listings of game moves produced by the chess
  10. games GNUchess and UChess. As this set of ARexx programs forms a
  11. patch to these chess games, they are not well integrated with
  12. them and thus are not very user friendly. There is a bit of
  13. initial CLI stuff to do and some modification of your startup
  14. sequence. But the ARexx programs are not difficult to use once
  15. you get the hang of them.
  16. .author
  17. Patrick Reany
  18. .distribution
  19. Public Domain
  20. .address
  21. 2408 W Myrtle #26
  22. Phoenix  AZ  85021
  23. USA
  24. .docs
  25. GNUChessFix.doc
  26. .described-by
  27. Richard Fish (rjf@amigalib.com)
  28. .submittal
  29. Submitted on disk directly by the author.
  30. .aminet-dir
  31. game/patch
  32. .execute
  33. LAB Start
  34. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
  35. if $choice GT "0"
  36.   if $choice EQ "1"
  37.     MetaTool GNUChessFix.doc TEXT
  38.   endif
  39.   skip Start BACK
  40. endif
  41.