Support for g++-4.1.
[gf1.git] / README.txt
blobb29d693cf69fd559505881f335db8b3e9e267af1
1  GF1 (Gipf for One)
2 =====
4   GF1 is a computer program for playing the 2 player boardgame GIPF.
5   The program has a nice and easy to use graphical user interface.  You
6   can play against another human (but the real game is better for that),
7   against the computer, or let the computer play against itself.  The
8   computer player is good enough to beat even the best human players at
9   the moment (but it doesn't always win :-) ).
12 REMARK: Please send me a postcard if you like this program. 
13         (A paper postcard, not an electronic one.)
15 The latest version of GF1 can be found at 
16        http://gf1.sourceforge.net
17 The author can be reached at kurtvdb@village.uunet.be
19 If you have problems with this program, please let me know. I try to solve 
20 all problems, and all other comments and suggestions are also welcome.
22 contents of this file:
23   + How to install
24   + How to play
25   + Archive contents
26   + Copyright
28 How to install
29 --------------
30 depends on the zipfile you have:
31 - if the file is called
32      gf1_lexe_<version>.zip or gf1_wexe_<version>.zip
33   
34   just unzip the file, the complete program consists of one 
35   executable file (gf1 or gf1.exe).
36   Just put it in any directory you like and run it.
38 - if the file is called
39      gf1_src_<version>.zip
40   then you should read the file INSTALL.txt to find out how you can
41   compile the program from the source.
43 How to play
44 -----------
45 Just start the program and try to find out what all the menu-options do.
46 If that is not enough, there is a help-function.
48 This program does not contain an explanation of how to play GIPF. If you
49 don't know GIPF, go buy the game or check the GIPF-website.
50 (http://www.gipf.com/)
52 remark: the program creates a configuration file called gf1.cfg when
53         you change the setup.
55 Archive contents
56 ----------------
57 (some of these files may not be in the zipfile you have.)
59 COPYING.txt: information on the GNU General Public Licence
60 gf1_doc.txt: documentation for the program, this is the same text you can
61              read when you use the help-function
62 HISTORY.txt: a log of all the versions I released for this program
63 INSTALL.txt: information on how to compile the program from the source
64 README.txt: what you are reading now
65 TODO.txt: things I still have to do to make the program even better
67 Copyright
68 ---------
69   o  GF1 (C) 1998-2000, Kurt Van den Branden.
71      GF1 is free for anyone to use, but please send me a postcard if you like 
72      it (a paper postcard, not an electronic one).  
73      You can even send me money to support my programming efforts if you like.
74      
75      You can use this program for what ever you want, but don't come
76      complaining to me if it explodes in your face :-).
78      You can even get the source-code for this program, so you can
79      change it if necessary. But if you have a useful change, please send
80      it back to me so everybody can use it.
82      This program is free software; you can redistribute it and/or modify
83      it under the terms of the GNU General Public License as published by
84      the Free Software Foundation; either version 2 of the License, or
85      (at your option) any later version.
87      This program is distributed in the hope that it will be useful,
88      but WITHOUT ANY WARRANTY; without even the implied warranty of
89      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
90      GNU General Public License for more details.
92      You should have received a copy of the GNU General Public License
93      along with this program; if not, write to the Free Software
94      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
96   o  GIPF, (C) en (R) Don & Co nv, 1997. All rights reserved.
98 *******************
99 $Id$