// ---------------------------------------------------------------
//
// -----------------------------------------------------
// copyright 2000 by voxeo corporation. (see LGPL.txt)
// -----------------------------------------------------
//
// v1.0 Coded in ColdFusion, PHP, Perl, ASP, and as a Java Servlet
// v1.0 Coded by Shane Smith, Stephen J. Lewis, and Omi Chandiramani
//
// This application is a very simple "Telephone Simon" that generates
// random sequences of numbers for the caller to input.  Like normal
// simon games, it starts with a one digit sequence, and then increases
// indefinitely until the caller makes a mistake.    
//
// This zip file contains the following files:				 
//     Simon.xml             <---- The main menu of the ColdFusion application
//     Play.cfm              <---- ColdFusion looping sequence where Simon adds
//                                 a new digit each time and prompts the
//                                 caller for that number combination
//     Check.cfm             <---- Small ColdFusion file that checks the caller's
//                                 response with Simon
//     Finished.xml          <---- Ending file of the ColdFusion version
//     Simon.php             <---- PHP version
//     Simon.pl              <---- Perl version
//     Simon.asp             <---- ASP version
//     SimonGame.java        <---- Java servlet version
//     LGPL.txt              <---- opensource license agreement
//     readme.txt            <---- This file 
//
// Several audio files are associated with this application:
//           MainMenu.wav
//           ThankYou.wav
//           OhNo.wav
//           YouAcquired.wav
//           Points.wav
//           YouHaveTakenTooLong.wav
//
// All audio files are PCM format, 8-bit, mono, unsigned.
//
//----------------------------------------------------------------

