Ace2Heart 1.01 (C) TanKM 1996
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1. INTRODUCTION
~~~~~~~~~~~~~~~
The board consists of 4x4 grid. The objective is to convert all the "Ace" to "Heart".

You can change any piece you want. During the changes, the pieces will change in the
following manner. If the piece is an "Ace", it will be "Heart" after the change. If 
the piece is a "Heart", it will be "Ace" after the change.

Pieces that will be affected, are the piece you selected, the piece above it, below it, 
right of it and left of it. The grid behaves in a wrap around fashion, try changing
pieces at the edge and you will know what I meant.


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

There is to way to start the game, either "Easy" or "Random". In "Easy" mode the 
4x4 grid will all be "Ace". In "Random" mode the 4x4 grid will be filled randomly
with both "Ace" and "Heart".

You will see a screen similar to below (in "Easy" mode) :

Note: The "Heart" is shown as "H" and "Ace" as "A" in this document. In
      the PILOT you will see the actual symbol.


                   0-1-2-3
                 0 A A A A
                 1 A A A A
                 2 A A A A
                 3 A A A A

            Move ? __

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


Meaning of the BUTTON is as follows :
<OK>       - Process the move.
<Cancel>   - Quit Ace2Heart.
<A> or <B> - Give up on current game and give me another.

To change any piece, enter the corresponding location of the piece you want
to change and press "<OK>". The location is specified as a two digit number,
the first digit is refering to the top row number and the second digit
refers, to the number on the left of the 4x4 grid.

For example, if you enter "12" as the piece to move, the resulting grid will
be :

                   0-1-2-3
                 0 A A A A
                 1 A H A A
                 2 H H H A
                 3 A H A A

            Move ? __

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


When you have solved the puzzle, the number of moves you take to solve the
puzzle is displayed. At this point, you can press <OK> to play another game
or "<Cancel>" to end the game.

Have Fun !
