home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume6
/
xplumb
/
part01
/
README
< prev
next >
Wrap
Text File
|
1990-04-11
|
799b
|
18 lines
Plumbing is an X implementation of the game Pipe Dreams, which was
created by Lucasfilm and is distributed by Electronic Arts for Amigas
and probably other personal computers. If you own a personal
computer, I urge you to go out and buy Pipe Dreams; it's a much better
game than Plumbing.
Note that this game requires C++ and X11R4. If you don't have them,
you might as well give up now.
To build, first edit the Makefile to point to your X11R4 server tree,
and change the definition of SCOREFILE in plumbing.h to point to a
file to use for storing high scores. Then just type Make.
I have built this game only on Ultrix machines (both VAXen and
DECstation 3100s) using CFront 1.2. I tried to keep things portable,
but I probably failed somewhere (most likely, the high score code,
score.C).