home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 992 b | 40 lines |
- .name
- GNUChessFix
- .type
- Game tool
- .short
- 3 programs to convert ouput of GNUChess
- .description
- This file is a description of the three ARexx programs I wrote to
- translate the raw listings of game moves produced by the chess
- games GNUchess and UChess. As this set of ARexx programs forms a
- patch to these chess games, they are not well integrated with
- them and thus are not very user friendly. There is a bit of
- initial CLI stuff to do and some modification of your startup
- sequence. But the ARexx programs are not difficult to use once
- you get the hang of them.
- .author
- Patrick Reany
- .distribution
- Public Domain
- .address
- 2408 W Myrtle #26
- Phoenix AZ 85021
- USA
- .docs
- GNUChessFix.doc
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- game/patch
- .execute
- set choice `RequestChoice "GNU Chess Fix" "Please select an option" "View Doc" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool GNUChessFix.doc TEXT
- endif
-