home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0022 / 0022.ZIP / 022.exe / _SETUP.1 / ARASANX.TXT < prev    next >
Encoding:
Text File  |  1999-07-24  |  3.9 KB  |  94 lines

  1.  
  2. This readme file contains information about the console version of
  3. Arasan (arasanx.exe). This version of Arasan can be used together
  4. with Winboard, which is a graphical user interface for chess programs.
  5. Winboard can be used to play games against Arasan, play Arasan
  6. against other chess programs, and connect Arasan to an Internet
  7. chess server.
  8.  
  9. You can get Winboard from 
  10. http://www.research.digital.com/SRC/personal/Tim_Mann/chess.html and
  11. many other locations. Arasan 5.2 is designed to work with
  12. Winboard version 4.0.0 or higher. Other versions of Winboard 
  13. may work but this is not guaranteed.
  14.  
  15. Note that arasanx is a 32-bit program and will not run under Windows
  16. 3.1. You need Windows 95 or Windows NT. Winboard also doesn't run
  17. under Windows 3.1, not even if you use Win32s. There probably isn't
  18. ever going to be a 16-bit version of these programs. 
  19.  
  20.  
  21. Using Winboard as a user interface
  22.  
  23. To play a game against the Arasan chess engine using Winboard, start
  24. Winboard with the -fcp switch (short for -firstChessProgram), like this:
  25.  
  26.    winboard -cp -fcp "d:\arasan\arasanx.exe -H 8000"
  27.  
  28. You need to specify the full path to where arasanx is installed (this is
  29. the path you gave when you installed Arasan). Under Windows NT, use
  30. double blackslashes in the path; under Windows 95, use single. 
  31.  
  32. Arasanx recognizes a -H switch that can be used to specify the hash
  33. table size. The hash size is in kilobytes. Arasanx also recognizes an
  34. optional -t flag that will show some debugging output in the window or
  35. log file when used together with the "-debugMode true" switch to
  36. winboard. You normally shouldn't have to turn this on. 
  37.  
  38.  
  39. Playing against another chess program
  40.  
  41. You can use arasanx to make Arasan play games against Crafty, Gnuchess,
  42. or other programs that support the Winboard interface. To do this, use
  43. the -fcp and -scp switches to Winboard. A typical command line looks
  44. like this:
  45.  
  46. winboard -cp -fcp "d:\arasan\arasanx.exe -H 8000" 
  47.   -scp "d:\crafty\wcrafty.exe xboard"
  48.  
  49. (type this all together on one line. Under Windows NT, use double
  50. backslashes in the path). If using Crafty, be sure to use the Windows
  51. version (wcrafty.exe). 
  52.  
  53. After invoking winboard, select "Two Machines" in the Mode menu to make
  54. the computers play against one another. 
  55.  
  56.  
  57. ICS Support
  58.  
  59. Arasanx can also be used to make the program play on an Internet chess
  60. server (it isn't designed to allow humans to play on a server - there
  61. are other and better programs for that.).
  62.  
  63. To make Arasan play on a server, you need an interface program, since
  64. arasanx itself has no ability to connect to the Internet. Winboard
  65. version 3.5 or higher has the necessary interface code built in.
  66. A typical command line to make arasanx play on a server might look
  67. like this:
  68.  
  69. winboard -ics -zp -autoflag -fcp "d:\arasan\arasanx.exe -ics -H 8000"
  70.  
  71. Please be honest when you put the computer on a chess server: tell the
  72. administrators first, get permission to use a computer, and follow any
  73. rules that they have for computer accounts.  I would also recommend
  74. that you not use the handle "ArasanX", which I currently use on FICS,
  75. to avoid confusion.
  76.  
  77.  
  78. Support
  79.  
  80. If you think you have found a bug in ArasanX, please report it to
  81. jdart@best.com. Be sure to specify what version you have and provide as
  82. much detail as possible about the problem. It might be helpful if you
  83. could run winboard with the "-debugMode true" switch and provide me with
  84. the winboard.debug file that it creates.
  85.  
  86. You can get current information about Arasan and program updates from 
  87. http://www.best.com/~jdart/arasan.htm.
  88.  
  89. If you have trouble running ArasanX under Winboard, trouble connecting
  90. to an Internet chess server, or other operational problems, you might
  91. want to check the Gnuchess FAQ 
  92. (http://www.research.digital.com/SRC/personal/Tim_Mann/gnuchess/FAQ.html),
  93. which includes more information about Winboard.
  94.