home *** CD-ROM | disk | FTP | other *** search
/ Harvey Norman Games / HN.iso / BOARD / SQUARE.ZIP / SQUARES.DOC < prev   
Text File  |  1993-09-25  |  12KB  |  161 lines

  1.     ------------------------------------------------------------------------
  2.     |                                                                      |
  3.     |                                                                      |
  4.     |                                                                      |
  5.     |                                                                      |
  6.     |                                                                      |
  7.     |                                                                      |
  8.     |                                                                      |
  9.     |                                                                      |
  10.     |                                                                      |
  11.     |                                                                      |
  12.     |                                                                      |
  13.     |                                                                      |
  14.     |                                                                      |
  15.     |                                                                      |
  16.     |                                                                      |
  17.     |                                                                      |
  18.     |                                                                      |
  19.     |                                                                      |
  20.     |                                                                      |
  21.     |                                                                      |
  22.     |                                                                      |
  23.     |                                                                      |
  24.     |                             S Q U A R E S                            |
  25.     |                                                                      |
  26.     |                              Version 1.2                             |
  27.     |                                                                      |
  28.     |                Copyright (C) 1993, Geoff Friesen B.Sc.               |
  29.     |                         All rights reserved.                         |
  30.     |                                                                      |
  31.     |                                                                      |
  32.     |                                                                      |
  33.     |                                                                      |
  34.     |                                                                      |
  35.     |                                                                      |
  36.     |                                                                      |
  37.     |                                                                      |
  38.     |                                                                      |
  39.     |                                                                      |
  40.     |                                                                      |
  41.     |                                                                      |
  42.     |                                                                      |
  43.     |                                                                      |
  44.     |                                                                      |
  45.     |                                                                      |
  46.     |                                                                      |
  47.     |                                                                      |
  48.     |                                                                      |
  49.     |                                                                      |
  50.     |                                                                      |
  51.     |                                                                      |
  52.     ------------------------------------------------------------------------
  53.  
  54.     ------------------------------------------------------------------------
  55.     |                                                                      |
  56.     |                             Introduction                             |
  57.     |                             ------------                             |
  58.     |                                                                      |
  59.     | SQUARES is a memory resident computer game that occupies just shy of |
  60.     | 18.5 kilobytes of conventional memory.                               |
  61.     |                                                                      |
  62.     | SQUARES is played on a 3x3 tic-tac-toe-like game board.  Some of the |
  63.     | nine squares are colored while others remain BLACK.  The object is   |
  64.     | to make all squares BLACK by pressing a key on the numeric key pad.  |
  65.     | However, this is not an easy task.  Pressing a key causes a pattern  |
  66.     | of squares to flip their states.  Those which were BLACK become col- |
  67.     | ored while the colored squares become BLACK.  Each number key causes |
  68.     | a different pattern of squares to toggle their states.  To make life |
  69.     | interesting, I have included an optional timer which can be setup to |
  70.     | count down from any starting value ranging from 30 seconds through 4 |
  71.     | minutes and 30 seconds in 30 second increments.  You must beat this  |
  72.     | timer to win!  A complete list of instructions for playing this game |
  73.     | can be found in the popup help screen which is activated by pressing |
  74.     | the F1 function key.                                                 |
  75.     |                                                                      |
  76.     | SQUARES consists of two files: SQUARES.COM (program) and SQUARES.DOC |
  77.     | (documentation).  To make SQUARES resident in memory, type "SQUARES" |
  78.     | (don't type the "" characters).  To remove SQUARES from memory, pro- |
  79.     | vided that it is the most recently installed memory resident pro-    |
  80.     | gram, type "SQUARES /U".  The U stands for uninstall.                |
  81.     |                                                                      |
  82.     | Version 1.2 offers the following improvements over version 1.1.      |
  83.     |                                                                      |
  84.     | - mouse support                                                      |
  85.     | - improved sound support (SQUARES plays Stars and Stripes Forever    |
  86.     |   when you win and Funeral March of a Marionette when you lose)      |
  87.     | - improved help                                                      |
  88.     | - color customization from within the program                        |
  89.     | - better documentation                                               |
  90.     |                                                                      |
  91.     | SQUARES requires DOS 3.30 or higher.                                 |
  92.     |                                                                      |
  93.     |                                                                      |
  94.     |                                                                      |
  95.     |                                                                      |
  96.     |                                                                      |
  97.     |                                                                      |
  98.     |                                                                      |
  99.     |                                                                      |
  100.     |                                                                      |
  101.     |                                                                      |
  102.     |                                                                      |
  103.     |                                                                      |
  104.     |                                                                      |
  105.     ------------------------------------------------------------------------
  106.                       - 2 -
  107.  
  108.     ------------------------------------------------------------------------
  109.     |                                                                      |
  110.     |                             Registration                             |
  111.     |                             ------------                             |
  112.     |                                                                      |
  113.     | SQUARES is a shareware product.  What is shareware?  Shareware is a  |
  114.     | method of "try before you buy" software distribution.  You can eval- |
  115.     | uate SQUARES to see if it meets your needs.  If it does then you are |
  116.     | requested to register your copy.  Otherwise, don't use SQUARES.  The |
  117.     | registration process is simple.  Send a cheque or money order in the |
  118.     | amount of $10 to myself at the address shown below.  Why register?   |
  119.     | Not only are you telling me that you approve of my product but I can |
  120.     | keep track of those using SQUARES and issue updates as they occur.   |
  121.     | You are encouraged to distribute this product.  However, please make |
  122.     | sure that all files are distributed in an unmodified form.  Thankyou.|
  123.     |                                                                      |
  124.     | SQUARES was built with a TSR development package called TSR TOOLKIT. |
  125.     | This toolkit takes the sting out of writing TSRs.  If you have the   |
  126.     | Borland C++ or Turbo C++ development package (compiler, assembler,   |
  127.     | and linker), you can use this toolkit.  TSR applications are written |
  128.     | in C.  A standard library of functions has been included.  Video,    |
  129.     | keyboard, file, string, conversion including sprintf (), and other   |
  130.     | functions are available.  An extended memory API (application pro-   |
  131.     | gram interface) has been made available so TSRs can access extended  |
  132.     | memory in a safe manner.  Numerous examples including mouse handling |
  133.     | are provided.  There are many other features as well.                |
  134.     |                                                                      |
  135.     | If you would like a copy of TSR TOOLKIT version 1.5, please indicate |
  136.     | when registering.                                                    |
  137.     |                                                                      |
  138.     | Please specify the type of disk you would like.                      |
  139.     |                                                                      |
  140.     | 3-1/2 inch 720K                                                      |
  141.     | 3-1/2 inch 1.44 Meg                                                  |
  142.     | 5-1/4 inch 1.2 Meg                                                   |
  143.     |                                                                      |
  144.     | Geoff Friesen                                                        |
  145.     | Box 94                                                               |
  146.     | Dauphin, MB                                                          |
  147.     | Canada                                                               |
  148.     | R7N 2T9                                                              |
  149.     |                                                                      |
  150.     | Compuserve ID: 71203,332                                             |
  151.     |                                                                      |
  152.     | *** IMPORTANT                                                        |
  153.     |                                                                      |
  154.     | You must uninstall this TSR before running Windows 3.1.  This TSR    |
  155.     | may not work properly with DOSSHELL, Desqview, or any other multi-   |
  156.     | tasker/task switcher product.                                        |
  157.     |                                                                      |
  158.     |                                                                      |
  159.     ------------------------------------------------------------------------
  160.                       - 3 -
  161.