home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0153 / 0153.ZIP / README.TXT < prev   
Encoding:
Text File  |  1997-06-17  |  4.1 KB  |  122 lines

  1. Readme file for GNU Chess 4.14 for Windows, June 16, 1997
  2.  
  3. GNU Chess is free software; you can redistribute it and/or modify
  4. it under the terms of the GNU General Public License as published by
  5. the Free Software Foundation; either version 2, or (at your option)
  6. any later version.
  7.  
  8. GNU Chess is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11. GNU General Public License for more details.
  12.  
  13. You should have received a copy of the GNU General Public License
  14. along with GNU Chess; see the file COPYING.TXT.  If not, write to
  15. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  16.  
  17. This is a port of GNU Chess to the Win32 environment. The program requires
  18. Windows 3.1 or later and a 386 or higher processor. To run it under
  19. Windows 3.1 requires the Win32s 32-bit extender, which is available free
  20. from many FTP sites including ftp.microsoft.com in
  21. Softlib/MSLFILES/PW1118.exe. Win32s is not required and should not be
  22. installed on Windows 95 systems. If GNU Chess will not run in Windows 3.1,
  23. it is probably because Win32s has not been successfully installed. A 32-bit
  24. version which runs under Windows 3.1 without Win32s will probably be
  25. available shortly.
  26.  
  27. In Windows 95, you can add a shortcut to the start menu by opening Windows
  28. Explorer, clicking on gnuchess.exe, selecting Create Shortcut under the File
  29. menu, and moving the shortcut into the Windows/Start Menu/Programs folder, or
  30. a subfolder of it.
  31.  
  32. Change from version 4.13:
  33.  
  34. - Fixed a bug which prevented use of the book file.
  35.  
  36. Change from version 4.12:
  37.  
  38. - Fixed an error in gnuchess.lan which incorrectly referred to the bookfile
  39.   as gnuchess.boo
  40.  
  41. Changes from version 4.11:
  42.  
  43. - The program is now compiled with Watcom C, with speed optimisations for
  44.   Pentium processors. The file CW3215.DLL is no longer required.
  45.  
  46. - Fixed a bug in the loading of saved games which caused pieces to disappear
  47.   after castling in the Review Game function. (This bug is in the original
  48.   character mode version of GNU Chess, where its effect is much less likely
  49.   to be noticed).
  50.  
  51. - Fixed a bug which caused the next move to go to the other player if an
  52.   illegal move was selected in Force mode.
  53.  
  54. - The clocks stop when checkmate is reached. "Checkmate" is displayed instead
  55.   of whose move it is.
  56.  
  57. - The hint is cleared after Undo (to prevent an illegal move being displayed).
  58.  
  59. - The filename for the List function can be chosen.
  60.  
  61. - The clocks are initialised when the game is run.
  62.  
  63. - The dialog backgrounds are now colored according to the Windows color
  64.   scheme set in the Color control panel.
  65.  
  66. The package should contain the following files:
  67.  
  68.     GNUCHESS.EXE     Executable file
  69.     GNUCHESS.DAT     Opening book file (not essential)
  70.     GNUCHESS.HLP     Windows Help file
  71.     GNUCHESS.LAN     File of string constants
  72.     README.TXT       This file
  73.  
  74.   \DOC   
  75.     ARTICLE.TXT      Article on GNU Chess by Stuart Cracraft
  76.     ARTICLE2.TXT     "GNU Chess: Experiences learned with communal sharing"
  77.                      by Stuart Cracraft
  78.     COPYING.TXT      GNU general public license
  79.     HEURIST.TXT      Description of GNU Chess's heuristics
  80.     MOVE_GEN.TXT     Description of GNU Chess's move generation algorithm
  81.     WINPORT.TXT      Notes on the windows port
  82.  
  83.   \SRC Source code (not essential - you can delete it if you don't want it)
  84.     ATAKS.C
  85.     ATAKS.H
  86.     BOOK.C
  87.     DIALOGS.C
  88.     DSPCOM.C
  89.     EVAL.C
  90.     GENMOVES.C
  91.     GNUCHESS.H
  92.     GNUCHESS.HPJ  Help project file
  93.     GNUCHESS.ICO
  94.     GNUCHESS.RC
  95.     GNUCHESS.RTF  Help source
  96.     INIT.C
  97.     MAIN.C
  98.     SEARCH.C
  99.     TTABLE.C
  100.     TTABLE.H
  101.     VERSION.H
  102.     WINDSP.C
  103.     Six bitmaps per piece (total 36), eg for the bishop:
  104.     B40D.BMP   40x40 detail
  105.     B40M.BMP   40x40 mask
  106.     B60D.BMP   60x60 detail
  107.     B60M.BMP   etc
  108.     B80D.BMP
  109.     B80M.BMP
  110.  
  111. Please report bugs or suggestions to:
  112.  
  113.         bug-gnu-chess@prep.ai.mit.edu.
  114.  
  115. Have a great GNUchess game!
  116.  
  117. The team:
  118.  
  119.         Conor McCarthy
  120.         Stuart Cracraft
  121.         John Stanback
  122.