home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume2 / advsys / part01 / README < prev   
Text File  |  1987-10-23  |  1KB  |  31 lines

  1.  From the begining of the advsys.doc file:
  2.  
  3.           ADVSYS - An Adventure Writing System
  4.  
  5.               Version 1.2
  6.  
  7.              by David Betz
  8.               114 Davenport Avenue
  9.               Manchester, NH 03103
  10.              (603) 625-4691 (home)
  11.  
  12.              July 14, 1986
  13.  
  14.            Copyright (c) 1986, by David Betz
  15.               All Rights Reserved
  16. Permission is hereby granted for unrestricted non-commercial use
  17.  
  18. ADVSYS is a special purpose programming language that was
  19. specifically designed to be used to write computer text
  20. adventure games.  It includes a facility for defining the kinds
  21. of objects that are common in adventures.  Some objects
  22. represent locations on the game map, some objects represent
  23. things that the player can find while exploring the adventure
  24. world, and some objects represent other characters that the
  25. adventurer can encounter during his or her journeys.  The
  26. adventure language also provides a facility to define actions.
  27. Actions are short sections of code that determine what happens
  28. in response to a command from the player.  These two concepts,
  29. "objects" and "actions" form the basis for the adventure
  30. language.
  31.