MindReader.java
Updated Sept. 17, 98 The free Mind Reader applet is a variation 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 with different variations of numbers
between 1 and 63. The player is asked to indicate yes or no if their
chosen number is on the card. After the last card, the players's
chosen number is revealed, as if by mind-reading magic! Seems to only work with MSIE.
Usage: Download MindReader.ZIP and unzip it within its own directory. A sample HTML page is included.
Java Source: Game.java and GAME_DIALOG.java
HTML Source:
<applet
code=Game.class
name=Game
width=302
height=240 >
</applet>
Author: George W. Jopling
|