DigitGuess 1.02 (C) TanKM 1996
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


1. INTRODUCTION
~~~~~~~~~~~~~~~
DigitGuess is a guessing game similar to MasterMind. Instead of color,
digit is use. The number to guess, consists of 4 digits and there is 
no digit repetition. Valid digits can be set at the beginning of the
game. Please refer to section "TO PLAY" for more information.



2. TO PLAY
~~~~~~~~~~
To start DigitGuess, start cbasPad, select DigitGuess and run it by
selecting "EXEC".

You will be prompted with the following prompt :

     "Valid digit is 1 to (min is 6) ?"

This is the prompt, that request you to enter how many different digit
you want to play. In MasterMind this is equivalent to the number of colors.

Enter the digit to play and press "OK". You may have to wait for a while 
for the PILOT to setup the game.

Once the PILOT is ready, you will be presented with a screen similar to 
the following :

                      ..................
                      ..................
                      ..................
                      ..................
                      ..................
                      ..................
                      ..................
                      ..................
          Guess ? 1:6 ..................

          <OK>  <Cancel>  <A> <B>

The "1:6" indicates that valid digits to play are from "1" to "6". If you
enter "8" to the prompt for digit at the start of the game, you will see
"1:8" instead.

The Buttons have the following usage :
<OK>        - You have entered your guess and ask the PILOT to process it.
<CANCEL>    - You want to end current game, and want to know the answer.
<A> and <B> - Same as <OK>.

When you press "<OK>", the PILOT will analyse your guess and shows you
hints on your guess. Black dot indicates one of the digit in your guess is
a correct digit and in the right location. White dot indicates one of the
digit in your guess is a correct digit but is in the wrong location.

If the "Guess ?" input is not empty, and your guess is not analysed by the 
PILOT, after you press "<OK>", this shows that the digit you have entered 
is not a valid guess. Invalid guess includes :

   - The number of digit is not 4. eg. 12 or 12345 are invalid.
   - One of the guess digit is "0". Zero is not a valid guess digit.
   - There are repeatitive digit in your guess. eg. 1232 is not allowed.
   - There are digit that is not in the valid digits to play. For example
     if the prompt shows "Guess ? 1:6", "1237" is not a valid guess.

When you press <CANCEL> or when you have correctly guessed the number, you 
will end the current game and the secret number is display. At this point,
if you want to play another game, press <OK>, or to end DigitGuess, press 
<CANCEL>.


