 REFLEX    2 Single Player game for VT100 compatable terminals.  & Written in VAX Pascal, under VMS A5.2.   The files included are   $README.TXT   (this one) REFLEX.PAS   Game source! REFLEX.PIC   Introduction screen  L MISC.PAS     Usefull routines extracted from Paul Denize's INTERACT Library.; VT100_ESC_SEQS.PAS  Terminal Escape Codes used in INTERACT.   ; The game REFLEX will create a score file called REFLEX.ACN.   F This isn't a very impressive game at all, but it was quick and easy toI write.  You may enjoy it.  It may inspire you to write your own games for   the VAX. If you do, let me know!  L Many thanks to Paul Denize for providing the source to his INTERACT library.  H No warranty of any kind is provided with this software. This software is> copyright of the University Of Waikato, Hamilton, New Zealand.K You may distribute these files provided you retain the headers and credits.   ( Here is the header of the file MISC.PAS:  N (****************** This file is a collection of routines from  **************N  ******************    the INTERACT Pascal Games Library...     **************N  *****************                                               *************N  ****************  (c) Waikato University, Hamilton, NEW ZEALAND  ************  *L  *  The INTERACT Library was written by Paul Denize   PDENIZE@WAIKATO.AC.NZ   *K  *  Contributing authors: Rex Croft                   CCC_REX@WAIKATO.AC.NZ G  *                        Lawrence D'Oliviero         LDO@WAIKATO.AC.NZ L  *                        Chris Guthrey               CGUTHREY@WAIKATO.AC.NZ  *:  *  Several improvements to the TOPTEN Score Table System   *  contributed by: M  *                        Bill Brennessel      MASMUMMY@ubvmsc.cc.buffalo.edu   *K  * You are granted permission to use the routines in this file or any other K  * routines from any INTERACT Library File on condition that this header is '  * retained and credit given where due.   *C  * Note of course that there is no warranty of any kind whatsoever.   *  *)     	 Have fun, 
 Chris Guthrey  cguthrey@waikato.ac.nz