home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / PMCHESSR.ZIP / README.TXT < prev    next >
Text File  |  1990-12-02  |  5KB  |  109 lines

  1.  
  2.   Version 1.01 of OS/2 PM port of GNUCHESS 3.1.
  3.   Modified by Kent Cedola for use under the OS/2 PM environment.
  4.  
  5.   Copyright (C) 1986, 1987, 1988, 1989, 1990 Free Software Foundation, Inc.
  6.   Copyright (c) 1988, 1989, 1990  John Stanback
  7.  
  8.   This file is part of CHESS.
  9.  
  10.   CHESS is distributed in the hope that it will be useful, but WITHOUT ANY
  11.   WARRANTY.  No author or distributor accepts responsibility to anyone for
  12.   the consequences of using it or for whether it serves any particular
  13.   purpose or works at all, unless he says so in writing.  Refer to the CHESS
  14.   General Public License for full details.
  15.  
  16.   Everyone is granted permission to copy, modify and redistribute CHESS, but
  17.   only under the conditions described in the CHESS General Public License.
  18.   A copy of this license is supposed to have been given to you along with
  19.   CHESS so you can know your rights and responsibilities.  It should be in a
  20.   file named COPYING.  Among other things, the copyright notice and this
  21.   notice must be preserved on all copies.
  22.  
  23.  
  24.   >>> The PM version of GNUCHESS is a hard port of the Windows port done by
  25.       Daryl Baker.  My goal was to do the initial port of the code to PM and
  26.       then hope that another programmer (someone that enjoys chess abit more
  27.       than I do) will continue with future enhancements.  I myself prefer
  28.       games with lots of hexes.
  29.  
  30.       While I did clean up some of the code when I did the translation.  The
  31.       overall structure of this application needs some work.  The board
  32.       should be moved to it's own window for example.
  33.  
  34.       I would also like to thank Daryl Baker for his much harder task in
  35.       converting GNU Chess from a character mode to Windows in the first
  36.       place.  Without his effort I would of never attempted the PM port.
  37.  
  38.  
  39.  
  40. ***************************************************************
  41. <<<< The below is from the Windows version of GNUCHESS 3.1 >>>>
  42. ***************************************************************
  43.  
  44.   Version 1.01 of MicroSoft Windows port of GNUCHESS 3.1.
  45.   Modified by Daryl Baker for use in MS WINDOWS environment
  46.  
  47.   Copyright (C) 1986, 1987, 1988, 1989, 1990 Free Software Foundation, Inc.
  48.   Copyright (c) 1988, 1989, 1990  John Stanback
  49.  
  50.   This file is part of CHESS.
  51.  
  52.   CHESS is distributed in the hope that it will be useful, but WITHOUT ANY
  53.   WARRANTY.  No author or distributor accepts responsibility to anyone for
  54.   the consequences of using it or for whether it serves any particular
  55.   purpose or works at all, unless he says so in writing.  Refer to the CHESS
  56.   General Public License for full details.
  57.  
  58.   Everyone is granted permission to copy, modify and redistribute CHESS, but
  59.   only under the conditions described in the CHESS General Public License.
  60.   A copy of this license is supposed to have been given to you along with
  61.   CHESS so you can know your rights and responsibilities.  It should be in a
  62.   file named COPYING.  Among other things, the copyright notice and this
  63.   notice must be preserved on all copies.
  64.  
  65.  
  66. Fixes/changes since 1.0
  67.         1) Fixed bug where "computer is black" never changed when switched
  68.            sides
  69.         2) Fixed problem with promoting pawn.
  70.         3) Changed File Get ... to File Open ...
  71.         4) Made fancier Open dialog box, (includes scroll bars amoung other)
  72.         5) Properly frees memory when program ends.
  73.         6) Made text color selectable
  74.         7) Added GNU copyleft to source files.
  75.  
  76. ToDos
  77.         1) Code needs to be looked over and cleaned up, routines
  78.            made "static near", and such.  Maybe use -GW switch for
  79.            several modules.
  80.         2) Scalable/scrollable graphics (Probably won't get done)
  81.         3) Once pawn is promoted UNDO does not restore to pawn.  This also
  82.            appers in the dos and unix versions of gnuchess.  Not sure if
  83.            I'll fix it.  I have tried not to change (this is debatable) the 
  84.            orignal source except to "windowize" it.
  85.  
  86. release notes:
  87.         1) I have only tested this under windows 3.0 386 enhanced mode.
  88.            Seems to work ok in real mode though slower.
  89.         2) It requires at least 282k of memory.
  90.         3) Fits on a EGA screen, no scrolling implemented.
  91.         4) Most of the GNUCHESS commands are implemented.
  92.         5) When computer is playing itself abort by clicking on any square.
  93.            The last move made will most likely show "draw" or "mate", ignore
  94.            this message.  You may have to remove the last move.
  95.         6) To have the computer think while it is your turn, select "easy"
  96.            from the menu.  Clicking on square to take your turn will abort
  97.            the look ahead.
  98.         7) There is no help file.
  99.         8) The file gnuchess.boo must be in the same directory as 
  100.            the executable.
  101.         9) The program create a file "chess.ini" in your windows directory to
  102.            store various settings.  Currently only the screen colors.
  103.  
  104. Enjoy.
  105.  
  106. Daryl Baker
  107. dkb@mitre.org
  108. 
  109.