REFLEX 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 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. This isn't a very impressive game at all, but it was quick and easy to write. You may enjoy it. It may inspire you to write your own games for the VAX. If you do, let me know! Many thanks to Paul Denize for providing the source to his INTERACT library. No warranty of any kind is provided with this software. This software is copyright of the University Of Waikato, Hamilton, New Zealand. You may distribute these files provided you retain the headers and credits. Here is the header of the file MISC.PAS: (****************** This file is a collection of routines from ************** ****************** the INTERACT Pascal Games Library... ************** ***************** ************* **************** (c) Waikato University, Hamilton, NEW ZEALAND ************ * * The INTERACT Library was written by Paul Denize PDENIZE@WAIKATO.AC.NZ * * Contributing authors: Rex Croft CCC_REX@WAIKATO.AC.NZ * Lawrence D'Oliviero LDO@WAIKATO.AC.NZ * Chris Guthrey CGUTHREY@WAIKATO.AC.NZ * * Several improvements to the TOPTEN Score Table System * contributed by: * Bill Brennessel MASMUMMY@ubvmsc.cc.buffalo.edu * * You are granted permission to use the routines in this file or any other * routines from any INTERACT Library File on condition that this header is * retained and credit given where due. * * Note of course that there is no warranty of any kind whatsoever. * *) Have fun, Chris Guthrey cguthrey@waikato.ac.nz