Bump version to "1.4.1+".
[gnushogi.git] / xshogi / README
1 This is XShogi version 1.3
2 --------------------------
3
4 This program provides an XWindows interface to the Japanese Chess (Shogi)
5 playing program GNU Shogi.  You have to create "gnushogi" from GNU Shogi
6 (version 1.3).  Xshogi has been created by modifying XBoard 2.0 and XBoard 2.1
7 by Tim Mann.  Xshogi was originally written by Matthias Mutz
8 (mutz@fmi.uni-passau.de) but is now being maintained by me, Mike Vanier
9 (mvanier@bbb.caltech.edu).  I would like to thank Matthias for passing the
10 maintenance of this program over to me.
11
12 For changes since the last version please read the file NEWS.  The most
13 significant change is that xshogi has been merged into the gnushogi source
14 tree, and it is now very easy to configure and build both programs at the same
15 time.  In addition, support for the Internet Shogi Server has been dropped.
16 There are now much better ways to play Shogi over the internet (such as
17 JavaShogi), and the ISS support seemed to be only partial, so I decided (as
18 the new maintainer) to keep things simple and just remove ISS support
19 altogether.
20
21 For creating xshogi read the file INSTALL in the top-level gnushogi
22 directory.  
23
24 If you determine bugs, please save the game, and rerun xshogi with the
25 -debug True option. Report the bug to me.  By the way, gnushogi (the shogi
26 playing program used by xshogi) can produce a record of the game if you
27 #define LIST_ON_EXIT in the file `gnushogi/opts.h'.
28
29 In order to determine the options, try "xshogi -help".  A man page is also
30 included. 
31
32 You can give GNU Shogi more searching time by using the -tc option.  For
33 example, "xshogi -tc 15" allows GNU Shogi to think 15 minutes for 40 moves.
34
35 You can choose a western style piece set by invoking xshogi with -wps True.
36 This can also be set in your .Xdefaults file or .Xresources file.  See the
37 xshogi man page for more about X resources.
38
39 In case of trouble, comments or suggestions for improvements you may contact me.
40 Otherwise, enjoy the program :-)
41
42 Mike Vanier (mvanier@bbb.caltech.edu)
43