1To Install :
2	edit the Imakefile as appropriate for your system. create a DATADIR
3		for the xataxx boards and bitmaps, and define BINDIR if
4		you want the game to go somewhere other than the default
5		system area.
6	"make Makefile" OR "xmkmf"
7	make install
8
9	.... and that should be it. Full, gory docs in the manpage.
10
11	This game has a lot that could still happen to it - if you are
12interested in working on the code, see the TODO file. Since we are way
13overloaded here at CMU, there is somewhat small chance that we'll be
14able to get around to chopping items from the list anytime soon. If
15you do anything to the code, please let us know back here so we can
16merge it into future releases.
17
18	In any case xataxx *is* a finished game as is. Have fun ...
19
20
21						-jim
22						jz1j@andrew.cmu.edu
23
24p.s. the supplied Makefile is for bootstrap purposes ONLY. It is unlikely
25	it will work unmodified on your system. "make Makefile" before
26	doing anything else.
27
28p.p.s this has only been tested (and heavily) on MIT X11R4 systems. Others
29	are caveat emptor, but patches welcome if neccesary :-)
30