home *** CD-ROM | disk | FTP | other *** search
/ Bart's Chess Hits / Chess.iso / Chess / GAMES / WCHN1028 / README.TXT next >
Encoding:
Text File  |  1997-02-16  |  12.3 KB  |  261 lines

  1.  
  2.       @@@@@@   @@   @@   @@@@@@   @@   @@      @      @@@@@     @@@@
  3.      @@        @@   @@   @@       @@@  @@     @@@     @@   @@   @@  @
  4.      @@        @@   @@   @@       @@@@ @@    @@ @@    @@   @@   @@  @@
  5.      @@        @@@@@@@   @@@@@    @@ @@@@   @@   @@   @@   @@   @@  @@
  6.      @@        @@   @@   @@       @@  @@@   @@@@@@@   @@@@@     @@  @@
  7.      @@        @@   @@   @@       @@   @@   @@   @@   @@   @@   @@  @
  8.       @@@@@@   @@   @@   @@@@@@   @@   @@   @@   @@   @@   @@   @@@@
  9.  
  10.  
  11. README.TXT for Windows 95/NT version of Chenard
  12. a chess program by Don Cross <dcross@intersrv.com>
  13.  
  14. NOTE:  If you have web access, check in on the following URL every now and
  15.        then to see if there are newer versions of Chenard.  You can tell
  16.        which version you have by looking in Chenard's menu Help|About.
  17.  
  18. http://www.intersrv.com/~dcross/chenard.html
  19.  
  20. ------------------------------------------------------------------------------
  21.  
  22. What is Chenard?
  23. ================
  24. Chenard is a chess program that I have been working on since April 1993.
  25. Chenard comes in different versions.  This version (also known as WinChenard)
  26. runs under Windows 95 and Windows NT.  WinChenard will NOT run under
  27. Windows 3.1 because it requires true 32-bit multithreading.  If you use
  28. MS-DOS/Windows 3.1, you can use either the VGA or CGA versions of Chenard
  29. for MS-DOS; just download them from the web site above.
  30.  
  31. The Chenard program is freely distributable.
  32. You may give copies to anyone anywhere in the world, so long as you distribute
  33. both WINCHEN.EXE and README.TXT (this file) unmodified and in their entirety.
  34.  
  35. The C++ source code for Chenard is available online at the web address at the
  36. beginning of this document.  The source code is copyrighted, but I (Don Cross)
  37. allow anyone to use it freely for non-commercial uses, and especially
  38. for non-profit educational uses.
  39.  
  40. If you wish to distribute versions of the Chenard program or its source code
  41. which have been modified in any way, you must obtain express written permission
  42. from me, Don Cross.  Please contact me by email at:
  43.  
  44.    dcross@intersrv.com
  45.  
  46. ------------------------------------------------------------------------------
  47.  
  48. Instructions for installing Chenard
  49. ===================================
  50. I recommend that you create a directory for Chenard, then unzip the file
  51. WINCHEN.ZIP into it.  You will then have the following files:
  52.  
  53.     WINCHEN.EXE    -    The Chenard executable itself
  54.     README.TXT     -    This file
  55.  
  56. Note: These files are enough for Chenard to play chess, but you can also
  57.       optionally download the file CHENWAV.ZIP from the Chenard web page
  58.       to give Chenard the ability to speak the move notation through your
  59.       sound card (see the View|Speak option later in this document).
  60.       Put CHENWAV.ZIP in the same directory that you installed Chenard in,
  61.       then unzip it to obtain the necessary *.WAV files.
  62.  
  63. After installing the Chenard files, in Windows 95 you can create an icon
  64. to run the program.  For example, to make a shortcut on your desktop, click
  65. the right mouse button once while holding the mouse over a blank space on
  66. the desktop.  Then choose "New", then "Shortcut".  Use the Browse button
  67. to locate the subdirectory where you just put all of the Chenard distribution
  68. files, and in it select the file WINCHEN.EXE with the mouse.  Continue with
  69. the process by clicking the Next button, giving the shortcut the name
  70. "Chenard".  Once you are done, you should be able to double click on the
  71. shortcut icon and run Chenard.
  72.  
  73. ------------------------------------------------------------------------------
  74.  
  75.  
  76. How to run Chenard
  77. ==================
  78. When you first run Chenard, a dialog box appears which asks who should
  79. play White and who should play Black.  By default, Chenard randomly assigns
  80. one color to you (Human) and one to itself (Computer), with equal likelihood.
  81.  
  82. However, you can play Chenard against itself if you like -- just set both
  83. White and Black to "Computer" and watch the self-abuse begin!  It's fun to
  84. set one side to think for a much larger amount of time than the other,
  85. virtually guaranteeing its overwhelming victory.
  86.  
  87. The final possibility is to set both White and Black to "Human" and just
  88. use the program as a passive chess board which enforces legal moves.
  89. (In this case, the View|Rotate Board command may be useful).
  90.  
  91. You can adjust Chenard's playing strength by modifying the amount of time it
  92. spends thinking about each move.  The "think time" appears to the right of
  93. each radio button labeled "Computer" in the opening dialog box.
  94. You should enter a positive integer number of seconds.  I recommend starting
  95. out somewhere around 5 to 10 seconds.  If this seems too easy for you to beat,
  96. then increase the time to your liking.  The lowest setting allowed is 1 second,
  97. by the way.
  98.  
  99. Menu commands available in Chenard
  100. ==================================
  101. File|New        - throw this game away and start a new one
  102. File|Open       - load a game from a file
  103. File|Save       - save the current state of the game to a file
  104. File|Save As    - save to another filename
  105. File|Exit       - quits out of the Chenard program
  106.  
  107. Edit|Clear Board  -  removes all pieces from the board except the kings
  108.  
  109. Edit|Edit Mode
  110.     Toggles edit mode.  When on, clicking on a square with the left
  111.     mouse button will bring up a dialog box which lets you change the
  112.     contents of the square to anything you like.  When you choose "king",
  113.     the specified color king is moved (not replicated!) to the given square.
  114.     Clicking on a square with the right mouse button while in edit mode
  115.     repeats this last edit action to the specified square.  You must turn
  116.     edit mode off to resume normal play.
  117.  
  118. Edit|Copy Game Listing
  119.     This command copies a text listing of the moves which have been
  120.     played so far into the Windows clipboard.  Then, you will be able
  121.     to paste the game listing into Notepad, your favorite word processor,
  122.     etc.  Then you could print the game listing or save it as a text file.
  123.  
  124. Edit|Undo Move
  125.     Cancels the last whole move (pair of turns) in the game, so that you
  126.     can try a different move.  You can repeat this action as many times
  127.     as you want to back up toward the beginning of the game.
  128.  
  129. Edit|Redo Move
  130.     Cancels one Undo action every time it is performed, moving forward
  131.     in the game by a whole move (pair of turns).
  132.  
  133. View|Freshen
  134.     Try this command if it looks like Chenard has not rendered the whole
  135.     display correctly.  Theoretically, you should never have to do this.
  136.  
  137. View|Rotate
  138.     By default, when one player is human and the other is the computer,
  139.     Chenard shows the human side toward the bottom of the screen and
  140.     the computer's side toward the top of the screen.  At any time,
  141.     you can toggle the orientation of the view by selecting this menu
  142.     command, or pressing Ctrl+R.  This is especially useful if you are
  143.     playing Chenard against another computer program, because you can
  144.     then see the board from the same point of view in both programs.
  145.  
  146. View|Speak moves through sound card (disabled by default)
  147.     NOTE:  The WAV files necessary for this command are now distributed
  148.     separately from Chenard, simply because they are rather large.
  149.     If you want to use View|Speak, you will need to visit the Chenard web page,
  150.     download the file called "chenwav.zip" and unzip it into the same directory
  151.     where you installed Chenard.
  152.  
  153.     This option requires a sound card in your computer which can handle
  154.     8-bit monaural PCM WAV files sampled at 11.025 kHz.  Most any sound
  155.     card these days should be able handle this.  When this option is enabled,
  156.     the computer will speak (using recordings of the author's voice)
  157.     move notation through the sound card after each move is played.
  158.  
  159. View|Board Size
  160.     Has three different choices allowed: Small(default), Medium, and Large.
  161.     Small will always make the graphics look crispest and nicest, but
  162.     Medium and Large are provided in case you want to make the board display
  163.     more legible from a distance.
  164.  
  165. View|Piece Style
  166.     Allows you to choose from one of three different styles for the graphics
  167.     of the chess pieces on the board:
  168.  
  169.          Original   by   Don Cross
  170.          Tilburg    by   Eric Schiller & William Cone
  171.          Skak       by   Egon Madsen
  172.  
  173.     If you are interested in the topic of computer chess fonts, visit
  174.     Alastair Scott's web page at:
  175.  
  176.          http://www.users.dircon.co.uk/~amscott/home.htm
  177.  
  178.     Alastair was the one who contacted me and supplied me with the Tilburg
  179.     and Skak chess fonts, and Chenard has looked much better ever since!
  180.  
  181. Game|Force Move
  182.     Use this command whenever it is Chenard's turn to move and you
  183.     are losing your patience.  This command will force the computer to
  184.     immediately make whatever move it currently thinks is best.
  185.  
  186. Game|Edit Think Times
  187.     Allows you to edit the maximum amount of time that the computer player(s)
  188.     spend thinking about each move they make.  Note that editing the think
  189.     time of a computer player while it is thinking about a move will have no
  190.     effect on the current move, but will kick in immediately after that.
  191.     See also: Game|Force Move.
  192.  
  193. Game|Tactical Benchmark
  194.     This command is probably not of much interest to most users.
  195.     It runs a series of pre-programmed tests to determine how efficient
  196.     my chess engine is on the current computer.  You can compare your
  197.     computer's efficiency to that of the author's 100 MHz Pentium machine.
  198.     This test can take a long time (6 minutes on my machine), and once
  199.     started, the only way you can stop it is to close the whole Chenard
  200.     program.
  201.  
  202. Help|About
  203.     Tells you the version of Chenard, my email address, and Chenard's
  204.     address on the World Wide Web.  Please feel free to send me any
  205.     questions or comments relating to Chenard.  Even though it is a free
  206.     program, I do try to support it as much as possible because I want
  207.     people to enjoy using it.  Again, here's how to contact me:
  208.  
  209.          email:   dcross@intersrv.com
  210.          web:     http://www.intersrv.com/~dcross/chenard.html
  211.  
  212. Help|Copy Chenard web page address
  213.     Copies the following text into your Windows clipboard:
  214.  
  215.        http://www.intersrv.com/~dcross/chenard.html
  216.  
  217.     After using this command, you can go into your favorite Windows-based
  218.     web browser (e.g. Netscape or Microsoft Internet Explorer), paste the URL
  219.     into the "location" field, press Enter, and you will be taken immediately
  220.     to the Chenard web page.  I just added this command because I know lots
  221.     of people who use computers but hate to type!
  222.  
  223.  
  224. Why did I write Chenard?
  225. ========================
  226. The short answer to this question is: for fun!  Chenard is actually the
  227. second chess program I have written.  The first one (called Chester) was
  228. a success in that it could play a reasonable game of chess, but I knew
  229. that the code was never going to run on anything but MS-DOS due to a lot of
  230. machine dependencies (including hand-optimized assembly code).  I decided
  231. that I wanted to pursue chess programming as a long-term hobby, and that
  232. meant that I should design a chess engine to be portable to different
  233. operating systems from the ground up.  This way, no matter what direction
  234. the computer industry took in the years to come, I would have an easy way
  235. to keep Chenard "alive".
  236.  
  237. So I had a real ball designing, implementing, and refining Chenard into
  238. the program it is today.  But then I ran into a problem: I had worked
  239. so hard creating this thing, but very few people I knew seemed interested in
  240. actually *using* it.  Kind of a letdown...
  241.  
  242. But then the World Wide Web happened!  I realized that instead of bugging
  243. my friends to play my program, I could just cast a larger net; surely
  244. *someone* out there in the world would get some use out of it.  Chenard
  245. was one of the first things I put on my web site.  Now (February 1997)
  246. the Chenard page is getting an average of 40 hits a day, and I get lots
  247. of positive feedback from around the world.
  248.  
  249.  
  250.                     ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  251.  
  252.  
  253. I hope you enjoy using Chenard!
  254.  
  255. Sincerely,
  256.  
  257.    -  Don Cross <dcross@intersrv.com>
  258.       http://www.intersrv.com/~dcross/
  259.  
  260.  
  261. ----------------------------- end of readme.txt ------------------------------