• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

images/H03-May-2022-

include/H08-Mar-2005-1,8841,385

liblcdf/H03-May-2022-6,0434,655

share/H08-Mar-2005-3,4043,373

src/H08-Mar-2005-7,4345,865

INSTALLH A D26-May-19987.3 KiB177137

Makefile.amH A D08-Mar-20054 KiB10881

Makefile.inH A D08-Mar-200523.8 KiB739643

NEWSH A D08-Mar-20054.3 KiB16888

READMEH A D08-Mar-20053.8 KiB11993

TODOH A D18-Dec-2002313 65

aclocal.m4H A D08-Mar-200538.6 KiB1,045900

config.h.inH A D08-Mar-20053.2 KiB12788

configureH A D08-Mar-2005266.4 KiB9,2917,930

configure.inH A D19-Jul-20043.7 KiB156121

depcompH A D29-Sep-200414.8 KiB523330

install-shH A D29-Sep-20049 KiB323188

missingH A D29-Sep-200410.3 KiB354266

xmahjongg.6H A D08-Mar-20059.5 KiB343339

xmahjongg.specH A D08-Mar-20051.5 KiB5442

README

1XMAHJONGG 3.7
2=============
3
4MAKING XMAHJONGG
5----------------
6   You need an ANSI C++ compiler, such as g++, but not C++ libraries.
7
8   Just type `./configure', then `make'. `make install' will build and
9install xmahjongg, its shared data, and its manual page. `./configure'
10accepts the usual options. See `INSTALL' for more details.
11
12   (More details: Give `configure' a `--prefix' option to install xmahjongg
13somewhere other than `/usr/local'. You can also give `configure' the
14`--bindir', `--mandir', and `--datadir' options for more more precise
15control. N.B.: `make install' will place all the shared data files in a
16subdirectory named `$(datadir)/xmahjongg'.)
17
18   If you want to test xmahjongg after compiling it, you'll run into
19trouble since the shared data have not been installed yet. To fix this,
20supply the `-B' option:
21
22	% make
23	% ./xmahjongg -B ./share --tileset small
24
25ABOUT XMAHJONGG
26---------------
27   Xmahjongg is a simple solitaire game. The object is to remove all 144
28Mah Jongg tiles from the playing area by matching them two at a time.
29
30   Xmahjongg 2.0 was released in 1990 by Jeff S. Young <jsy@cray.com>. This
31version has been completely rewritten by Eddie Kohler <eddietwo@mit.edu>.
32
33   New features in 3.0:
34   * Pretty, round-edged, and colorful Mah Jongg tiles.
35   * Multiple tile sets.
36   * Undo.
37   * Hints let you quickly locate possible matches.
38   * Solvable boards by default.
39   * A clean button for automatically removing certain kinds of tiles.
40   * Aesthetics.
41   * A count of matches remaining.
42   * No fiddling with the X font path.
43
44   Features 2.0 has that are not yet available in 3.0:
45   * Tournament mode.
46   * Visible board numbers.
47   * A "Same" button. (You can click Undo a lot to get the same effect.)
48   * Layout configuration mode.
49
50   Please see the man page, `xmahjongg.6', for information on how to play
51the game.
52
53   Xmahjongg comes with NO WARRANTY, express or implied, including, but not
54limited to, the implied warranties of merchantability and fitness for a
55particular purpose.
56
57XMAHJONGG HOME PAGE
58-------------------
59   For latest distributions, bug reports, and other stuff, see the
60Xmahjongg home page at
61
62	http://www.lcdf.org/xmahjongg/
63
64BUGS, SUGGESTIONS, ETC.
65-----------------------
66   Please write me if you have trouble building or running xmahjongg, or if
67you have suggestions or (preferably) patches.
68
69	Eddie Kohler
70	eddietwo@lcs.mit.edu
71	http://www.pdos.lcs.mit.edu/~eddietwo/
72
73AUTHORS
74-------
75   Eddie Kohler
76   Source code, default background image, buttons and numbers, coloring of
77the `default' and `thick' tilesets
78
79   Mark A. Holm
80   markh@aracnet.com
81   Black-and-white versions of the `default' and `tall' tilesets, (c) 1988.
82He gave permission to copy and distribute the black-and-white versions for
83non-profit purposes. The colored tiles are sufficiently different to make
84them a `derived work' which can be separately copyrighted; they are
85distributed under the GPL.
86
87   Dorothy Robinson
88   mokuren@teleport.com
89   `dorothys' tileset (c) 2000, and `dorwhite' tileset, which is the
90original color xmahjongg tiles (c) 1988.
91
92   Berrie Bloem (?)
93   http://www.mahjongg.com/
94   `small' tileset
95
96   Jonathan Buzzard and Max Watson
97   `gnome' and `gnome2' tilesets
98
99   Mark Sanctuary
100   http://jps.net/sanctuary
101   `real' tileset
102
103   Naoki Haga
104   http://www.kyodai.com/
105   `arena', `ceremonial', `deepwell', `farandole', and `theater' layouts
106
107   Vincent Krebs
108   `hourglass' and `papillon' layouts
109
110COPYRIGHT/LICENSE
111-----------------
112   All source code is Copyright (C) 1993-2000 Eddie Kohler.
113
114   This package is distributed under the GNU General Public License, Version
1152, or, at your discretion, any later version. The GNU General Public License
116is available via the Web at <http://www.gnu.org/copyleft/gpl.html>. The GPL
117is designed to allow you to alter and redistribute the package, as long as
118you do not remove that freedom from others.
119