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

..03-May-2022-

lib/H22-Oct-1991-1,2271,103

ImakefileH A D03-May-2022752 2921

MakefileH A D29-Oct-19919.8 KiB327202

READMEH A D05-May-19911.1 KiB3022

TODOH A D05-May-1991657 1715

bits.cH A D03-May-20224.5 KiB224196

board.cH A D03-May-202210.6 KiB476376

boards.numH A D04-Feb-19914 31

colbits.cH A D29-Oct-19915.5 KiB169131

demo.cH A D03-May-20221.2 KiB6051

display.cH A D03-May-202210.7 KiB449411

input.formatH A D05-May-199173 53

main.cH A D03-May-20223.5 KiB204177

nubot.cH A D03-May-20226.7 KiB303242

parse.cH A D03-May-20221.1 KiB4939

patchlevel.hH A D26-Oct-199153 21

struct.hH A D29-Oct-1991872 3928

xataxx.manH A D29-Oct-19913.9 KiB109108

zot.cH A D03-May-20221.3 KiB7056

README

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