* ADVENT, GAMES, The original Adventure Game  I         This  directory    contains  the  source,  build  procedure   and I         executables for OpenVMS AXP and  OpenVMS  VAX.   I have set these I         demos up for the Dual Architecture VMScluster demo to be shown at I         DECUS  Fall  92.    They  include  a    BUILD_demo.COM    and   a I         START_demo_DEMO.COM that run on both OpenVMS VAX and OpenVMS AXP. I         These are  used in conjunction with some code that needs to be in I         LOGIN.COM, a copy which is included in this directory.  The build I         procedure assumes a native environment  and  requires  the native )         FORTRAN compiler to be installed.                   Cheers,           Ed Smith [SPEZKO::SMITH]         I         -----------------------------------------------------------------          I         This demo is  the  classic  Adventure program, written in fortran "         and ported to OpenVMS AXP.                           ** NOTE **  I         You must  have the logical name DEMOS defined to point to the top I         level directory that  contains the ADVENT directory.  All command I         procedures rely on this  being  defined.   For example if all the I         ADVENT files are in WORK:[SMITH.ADVENT]  then  you need a logical           name defined as follows:         6         $ DEFINE/SYSTEM/EXECUTIVE DEMOS WORK:[SMITH.]   H         **  Ensure you include the "." after the last directory name  **                            To build... I         -----------------------------------------------------------------                          )         $ @DEMOS:[ADVENT]BUILD_ADVENT.COM   I         This will  build  either a OpenVMS VAX or OpenVMS AXP image based *         on what architecture it is run on.                                    To run... I         ----------------------------------------------------------------- I         To run this demo add the  contents  of this LOGIN.COM to the demo I         account's LOGIN.COM.  Then add to the  session manager's pulldown <         menu's an entry that executes the following command:         )         $ @DEMOS:[ADVENT]START_ADVENT.COM          I         This  will  start  up  the  appropiate  architecture  version  of %         ADVENT in it's own DECterm.   