home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume5 / monster / part03 / readme.txt < prev   
Text File  |  1988-11-30  |  1KB  |  34 lines

  1. This is README.TXT for Monster, a multiplayer adventure game for VMS.
  2. Monster was written by Rich Skrenta at Northwestern University.
  3.  
  4. You may freely copy, distribute and change Monster as you wish.  Let me
  5. know if you get it up and running, and if you change it, just because I'm
  6. interested.  Send mail to
  7.  
  8.     skrenta@nuacc.acns.nwu.edu   or
  9.     skrenta@nuacc.bitnet
  10.  
  11. Monster was written in VMS Pascal under VMS 4.6.  It uses file sharing and
  12. record locking for communication.  Outside of that, it doesn't do anything
  13. tricky.  However, after playing around with a VMS 4.2 system, I have
  14. doubts if it will work on a system that old.  If you've got a reasonably
  15. recent version of VMS and a Pascal compiler, you shouldn't have any problems.
  16.  
  17. The Monster source is in two files:  a short one, approx 300 lines, called
  18. guts.pas, and a big one, mon.pas, approx 10,000 lines.  The compiled program
  19. contains everything necessary to create and maintain the Monster universe.
  20. There is no separate maintenance program.  Instead, a specific person in
  21. the game has privileges, and is known as the "Monster Manager".  The MM
  22. can do system maintenance while playing, and other players can even observe
  23. his work.
  24.  
  25. Credit for the work to convert GUTS.PAS to a more portable form goes to
  26.        
  27.          Michael "the spide" Young   MCY1580@RITVAX.BITNET
  28.          Chris "siouxane" Meck       CLM4346@RITVAX.BITNET
  29.  
  30. Many thanks to them for solving this sticky problem!
  31.  
  32. Rich Skrenta
  33. November, 1988.
  34.