MindReader - AN APPLET TO DISPLAY A CHOSEN NUMBER BETWEEN 1 AND 63 Copyright© 1998 George W. Jopling (V2.1) email: george.jopling@ukonline.co.uk Mind Reader is a Java Applet adaptation of a children's novelty game. The player is requested to think of a number between 1 and 63. The player is then shown a set of six cards containing variations of those numbers. The player is asked to indicate yes or no if their chosen number is on each card. After the last card the player's chosen number is revealed. Version 1.0 - Original Version 2.0 - Improved layout, indexed card number, uses MediaTracker class for image loading, offscreen image update (no flicker), error checking for card loading. Version 2.1 Improved layout, improved error checking of card loading (game will not play if all cards are not loaded correctly), minor code changes, change of class file to MindRead.class. Permission to use, copy and distribute this software and its documentation for non-commercial or commercial purposes and without fee is hereby granted. No responsibility is accepted for the use or suitability of this software and you use it at your own risk. Unzip MindReader.ZIP and place the following in the same directory as your Web page... MindReader.class GAME_DIALOG.class DialogLayout.class Card1.gif, Card2.gif, Card3.gif, Card4.gif, Card5.gif, Card6.gif, Card7.gif Add the following to your web page... A sample Web page is included... MindReader.html To use Mind Reader as a stand-alone application on your computer... 1. create a new directory e.g. MindRead 2. unzip all files into that directory 3. start your browser and open MindReader.html Additional Information... The card images must be in the same directory as your web page. Error checking is carried out during the card loading process and if they are not loaded correctly the following message will be displayed: Error loading card images! Check that they are all in the same directory and have not been renamed.