home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Games / board / NeXTGo.README < prev    next >
Encoding:
Text File  |  1992-12-18  |  3.1 KB  |  72 lines

  1.  
  2.                GNU GO - the game of Go (Wei-Chi)
  3.                Version 1.1   last revised 3-1-89
  4.        (NeXTGo Version 2.2.1, last revised 12-3-92)
  5.          Copyright (C) Free Software Foundation, Inc.
  6.                     written by Man L. Li
  7.                     modified by Wayne Iba
  8.                    documented by Bob Webber
  9.                    NeXT version by John Neil
  10.  
  11. This program is a port of the GNU GO program by Man L. Li that utilizes the
  12. window GUI interface of the NeXT computer.  To make moves on the board the
  13. human player only needs to click the mouse button while the cursor is
  14. pointed at the appropriate place on the board.
  15.  
  16. The computer moves are all generated utilizing the basic methodology of
  17. GNU GO.  However, there is one major addition to the GNU GO system.  This
  18. addition is an automated scoring algorithm.  These routines remove the
  19. obviously dead stones from the board and then count the score.  A group is
  20. considered dead if it surrounds no territory and, if removed, the squares it
  21. covers would be owned by the opposing color.  There is still room for
  22. improvement in this algorithm to remove those groups which only have one eye
  23. and are, therefore, also dead.
  24.  
  25. This program also allows you to read and generate smart-go files.  This is
  26. increasingly becoming the standard format for game storage on computer.  It
  27. is a flexible format which allows for nested variations and can be a valuable
  28. format for storing educational examples.
  29.  
  30. This program now also contains a client for the Internet Go Server.  This
  31. client currently works through sockets and thus requires an actual internet
  32. connection.  Future plans may include support for connecting via SLIP and/or
  33. modem.  The client allows you to play on the IGS simply by clicking on the
  34. board and features a browser for the selection of games to observe.
  35.  
  36. This program is free software; you can redistribute it and/or modify
  37. it under the terms of the GNU General Public License as published by
  38. the Free Software Foundation - version 1.
  39.  
  40. This program is distributed in the hope that it will be useful,
  41. but WITHOUT ANY WARRANTY; without even the implied warranty of
  42. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  43. GNU General Public License in file COPYING for more details.
  44.  
  45. You should have received a copy of the GNU General Public License
  46. along with this program; if not, write to the Free Software
  47. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  48.  
  49. Please report any bug/fix, modification, suggestion to
  50.  
  51. mail address:   Man L. Li
  52.                 Dept. of Computer Science
  53.                 University of Houston
  54.                 4800 Calhoun Road
  55.                 Houston, TX 77004
  56.  
  57. e-mail address: manli@cs.uh.edu         (Internet)
  58.                 coscgbn@uhvax1.bitnet   (BITNET)
  59.                 70070,404               (CompuServe)
  60.  
  61. For the NeXT version, please report any bug/fix, modification, suggestion to
  62.  
  63. mail address:   John Neil
  64.                 Mathematics Department
  65.                 Portland State University
  66.                 PO Box 751
  67.                 Portland, OR  97207
  68.  
  69. e-mail address: neil@math.mth.pdx.edu  (Internet)
  70.                 neil@psuorvm.bitnet    (BITNET)
  71.  
  72.