BRITISH SQUARE (tm)
                    The Strategy Game of Position
                            by Scott Pakin


Instructions
------------
British Square is a game for two players -- you and the computer.

The rules are simple.  Each player takes turns placing a piece on the
board, a 5x5 grid.  Pieces may be placed on any square, with the
following exceptions:

    * The first move of the game may not be to the center square.
    * No player may move to a square that faces another player's
      piece.

A round ends when neither player is able to move.  The player who
placed the most pieces is the winner of the round.  That player's
score is then increased by the number of pieces he placed minus the
number his opponent placed.  For example, if the round ends with red
having placed 8 pieces and blue having placed 6 pieces, red adds 2
points to his score.

Play goes up to 7 points.


Implementation Notes
--------------------
British Square runs only in VGA 640x480, 16-color mode.

To start the game, enter "BRITSQR" at the DOS prompt.  If you find the
game too difficult, enter "BRITSQR EASY" instead to make the game
easier to win.

Use the arrow keys to move the cursor and <Enter> to place a piece.

If you have a Microsoft mouse or compatible attached to the computer
and the appropriate mouse drivers are loaded into memory, the game
will recognize the mouse and let you use it in place of the arrow
keys.  Moving the mouse pointer to a square moves the cursor there.
Pressing any mouse button while the cursor is on a square is the same
as pressing <Enter> on the keyboard.  Note that even if a mouse is
present, you can still use the keyboard.

Once the game starts, whenever you are asked to press a key, you may
press a mouse button instead (assuming the program recognizes your
mouse).  Also, whenever a yes/no question is posed to you, you may
press the left mouse button for "yes" and the right mouse button for
"no."

At any point during the game you can press <Esc> to quit the game
immediately.

I wrote and tested British Square on a PS/2 model 80 with the built-in
VGA and a Microsoft mouse.

British Square was written in Borland International's Turbo Pascal
(version 5.5).


Thank-You Notes
---------------
My thanks to:

Philip R. Burns for his PIBMUSIC routines.  I originally entered "God
Save the Queen" using his PibPlay procedure.  I then modified his code
to generate Pascal procedures, which were then linked with BRITSQR.
With those modifications, I was able to exploit the ease-of-use of
PIBMUSIC without carrying all its overhead.

Benjamin R. Peart for his MOUSEUNI unit, which I used for all of
BRITSQR's mouse routines.

My parents and sister, for helping me test the game and giving me
their advice.

All the people who use my programs and take the time to write to me
about them (both kudos and criticisms).


Copyright Notices
-----------------
British Square is Copyright 1978 by CBS Toys (a division of CBS Inc.)

"British Square" is a trademark of CBS Toys.

Program code Copyright 1990 by Scott Pakin

This program may be distributed freely.  No charge may be made for it
beyond the cost of handling.


Where to Reach Me
-----------------
I welcome your input about this program.  If you have anything you'd
like to tell me about British Square, send me a note at:

                   Scott Pakin
                   6007 N. Sheridan Rd.
                   Chicago, IL  60660