home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume6 / xplumb / part01 / README < prev    next >
Text File  |  1990-04-11  |  799b  |  18 lines

  1. Plumbing is an X implementation of the game Pipe Dreams, which was
  2. created by Lucasfilm and is distributed by Electronic Arts for Amigas
  3. and probably other personal computers.  If you own a personal
  4. computer, I urge you to go out and buy Pipe Dreams; it's a much better
  5. game than Plumbing.
  6.  
  7. Note that this game requires C++ and X11R4.  If you don't have them,
  8. you might as well give up now.
  9.  
  10. To build, first edit the Makefile to point to your X11R4 server tree,
  11. and change the definition of SCOREFILE in plumbing.h to point to a
  12. file to use for storing high scores.  Then just type Make.
  13.  
  14. I have built this game only on Ultrix machines (both VAXen and
  15. DECstation 3100s) using CFront 1.2.  I tried to keep things portable,
  16. but I probably failed somewhere (most likely, the high score code,
  17. score.C).
  18.