home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 153 / matchem.doc < prev    next >
Text File  |  1990-08-12  |  12KB  |  246 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                                    Match'em
  13.                                  Version 1.00
  14.  
  15.                         Written by:  Charles A. Hardy
  16.                    Copyright 1990 Expert Source Code, Inc.
  17.  
  18.  
  19.                                REQUIREMENTS
  20.  
  21.               Match'em runs in 640 X 350 X 16 EGA graphics mode.
  22.          It requires about 300 of disk space (a hard drive is re-
  23.          commended) and about 300K of free memory.  It also requires
  24.          a mouse for all input.  The delay at the beginning of the
  25.          program is necessary to load all of the pictures that the
  26.          program uses.  If run from a hard drive the delay will be
  27.          cut drastically (usually to just a few seconds).
  28.  
  29.  
  30.                                 DESCRIPTION
  31.  
  32.               Match'em is an concentration-like memory game.  The
  33.          game is played on an 8 X 8 grid of raised buttons.
  34.          Inside of each button is a picture.  The object of the game
  35.          is to select two (2) like pictures for a match.  But, you
  36.          only get to uncover two buttons a turn to try to find a
  37.          match.  To display the picture inside of a button you have
  38.          to click on that button.  When a match is found the pictures
  39.          are removed and the button are inverted (They cannot be used
  40.          any more in this game.) and you get another turn.  If two (2)
  41.          pictures are selected and are not a match then the buttons are
  42.          put back on top and the turn passes to your opponent.  The game
  43.          ends when all of the buttons are uncovered and all of the pict-
  44.          ures are matched.
  45.  
  46.               Points are awarded in the following manner.  one (1) point
  47.          for each match and two (2) points for each additional consec-
  48.          utive match.  For example:
  49.  
  50.                One (1) match = 1 point.
  51.              Two (2) matches = 3 points (1 for the first match and 2 for
  52.                                the second match).
  53.            Three (3) matches = 5 points ( 1 for the first match, 2 for
  54.                                the second match and 2 for the third match).
  55.  
  56.          The Setup panel has several options.  These options are:
  57.  
  58.            Sound - Toggles the sound on and off.
  59.  
  60.            Speed - The time that the pictures will be left uncovered.
  61.              Slow - Pictures left uncovered about 1.5 seconds.
  62.              Medium - Pictures left uncovered about 1.0 seconds.
  63.              Fast - Pictures left uncovered about 0.5 seconds.
  64.  
  65.            Players - Selects 1 (against the computer) or 2 players.
  66.  
  67.            Pieces - Selects the number of pictures to used in the program.
  68.              16 - 16 different pictures in the board (4 of each). *Easier*
  69.              32 - 32 different pictures in the board (2 of each). *Harder*
  70.  
  71.            Icons - Selects the icon to be used to represent the player(s).
  72.              NOTE:  The computer icon cannot be changed if only 1 player
  73.                     is selected.
  74.  
  75.            Level - Selects level of memory for computer play only.
  76.              1 - The computer remembers about 20 percent of all moves.
  77.              2 - The computer remembers about 40 percent of all moves.
  78.              3 - The computer remembers about 80 percent of all moves.
  79.              NOTE:  There are effectively six (6) levels of computer play.
  80.                     Level 1, 2 and 3 with 16 pictures and level 1, 2 and 3
  81.                     with 32 pictures.
  82.  
  83.  
  84.                                REGISTRATION
  85.  
  86.              Match'em is marketed as Shareware (For a more detailed
  87.          description of Shareware please see the DEFINITION OF SHARWARE
  88.          section).  You are free to use this program for a period
  89.          of two weeks.  If you continue to use this program after two
  90.          weeks you are required to register it by filling out the
  91.          registration form in the file MATCHEM.REG (or printed from the
  92.          from the program) Or if you are using VISA and MasterCard you
  93.          can register on-line by calling ESC BBS at (813) 997-8479 and
  94.          typing "OPEN 2" at the main menu prompt.
  95.  
  96.              Also, when you register more than one product at a time you
  97.          become eligible for a 10% discount on your order.  Please see
  98.          the registration form for more details.  Other Expert Source
  99.          Code, Inc. Titles currently available are:
  100.  
  101.          Aggression (only $15.00)
  102.               A graphical strategy game.  EGA and mouse required.
  103.  
  104.          Apples & Oranges (only $15.00)
  105.               An Othello style strategy game.  EGA and mouse required.
  106.  
  107.          Super Maxit (only $15.00)
  108.               A graphical Maxit game with a twist.  EGA required.
  109.  
  110.          Florida Lottery (only $20.00)
  111.               A Florida lottery number picker/tracker.  EGA required.
  112.  
  113.          Expert Tools (only $20.00)
  114.               The utilities that Norton forgot.
  115.  
  116.  
  117.                                   ESC BBS
  118.  
  119.               ESC BBS is the Expert Source Code, Inc. support BBS.  In
  120.          addition to its normal services if offers free support of all
  121.          Expert Source Code, Inc. Shareware.  The ESC BBS also offers all
  122.          of the lattest versions of Expert Source Code, Inc. Shareware
  123.          products for free download (Not including long distance telephone
  124.          charges of course.).  The ESC opperates at 1200/2400/9600 baud
  125.          24 hours a day and can be reached at (813) 997-8479.
  126.  
  127.  
  128.                                  REVISIONS
  129.  
  130.          1.00 - Initial release.
  131.  
  132.  
  133.                                  DIRECTORY
  134.  
  135.          Match'em includes the following files:
  136.  
  137.               MATCHEM.EXE  - The executable program.
  138.               MATCHEM.PCL  - Graphics used by the program.
  139.               MATCHEM.FNT  - Font used by the program.
  140.               MATCHEM.REG  - Registration form.
  141.               MATCHEM.DOC  - This file.
  142.  
  143.  
  144.                           DEFINITION OF SHAREWARE
  145.  
  146.               Shareware distribution gives users a chance to try software
  147.          before buying it. If you try a Shareware program and continue
  148.          using it, you are expected to register. Individual programs
  149.          differ on details -- some request registration while others
  150.          require it, some specify a maximum trial period. With
  151.          registration, you get anything from the simple right to continue
  152.          using the software to an updated program with printed manual.
  153.  
  154.               Copyright laws apply to both Shareware and commercial
  155.          software, and the copyright holder retains all rights, with a few
  156.          specific exceptions as stated below. Shareware authors are
  157.          accomplished programmers, just like commercial authors, and the
  158.          programs are of comparable quality. (In both cases, there are
  159.          good programs and bad ones!) The main difference is in the method
  160.          of distribution. The author specifically grants the right to copy
  161.          and distribute the software, either to all and sundry or to a
  162.          specific group. For example, some authors require written
  163.          permission before a commercial disk vendor may copy their
  164.          Shareware.
  165.  
  166.               Shareware is a distribution method, not a type of software.
  167.          You should find software that suits your needs and pocketbook,
  168.          whether it's commercial or Shareware. The Shareware system makes
  169.          fitting your needs easier, because you can try before you buy.
  170.          And because the overhead is low, prices are low also. Shareware
  171.          has the ultimate money-back guarantee -- if you don't use the
  172.          product, you don't pay for it.
  173.  
  174.  
  175.                           DISCLAIMER - AGREEMENT
  176.  
  177.               Users of Match'em must accept this disclaimer of warranty:
  178.          "Match'em is supplied as is.  The author disclaims all warrant-
  179.          ies, expressed or implied, including, without limitation, the
  180.          warranties of merchantability and of fitness for any purpose.
  181.          The author assumes no liability for damages, direct or consequen-
  182.          tial, which may result from the use of Match'em."
  183.  
  184.               Match'em is a "shareware program" and is provided at no
  185.          charge to the user for evaluation.  Feel free to share it with
  186.          your friends, but please do not give it away altered or as part
  187.          of another system.  The essence of "user-supported" software is
  188.          to provide personal computer users with quality software without
  189.          high prices, and yet to provide incentive for programmers to
  190.          continue to develop new products.  If you find this program
  191.          useful and find that you are using Match'em and continue to use
  192.          Match'em after a two week trial period, you must make a regis-
  193.          tration payment of $15.00 to Expert Source Code, Inc.  The
  194.          $15.00 registration fee will license one copy for use on any
  195.          one computer at any one time.  You must treat this software just
  196.          like a book.  An example is that this software may be used by any
  197.          number of people and may be freely moved from one computer
  198.          location to another, so long as there is no possibility of it
  199.          being used at one location while it's being used at another.
  200.          Just as a book cannot be read by two different persons at the
  201.          same time.
  202.  
  203.               Commercial users of Match'em must register and pay
  204.          for their copies of Match'em within 30 days of first use
  205.          or their license is withdrawn.  Site-License arrangements may be
  206.          made by contacting Expert Source Code, Inc.
  207.  
  208.               Anyone distributing Match'em for any kind of remuneration
  209.          must first contact Expert Source Code, Inc. at the address below
  210.          for authorization.  This authorization will be automatically
  211.          granted to distributors recognized by the (ASP) as adhering to
  212.          its guidelines for shareware distributors, and such distributors
  213.          may begin offering Match'em immediately (However Expert Source
  214.          Code, Inc. must still be advised so that the distributor can be
  215.          kept up-to-date with the latest version of Match'em.).
  216.  
  217.               You are encouraged to pass a copy of Match'em along to
  218.          your friends for evaluation.  Please encourage them to register
  219.          their copy if they find that they can use it.  All registered
  220.          users will receive a copy of the latest version of the Match'em
  221.          system.
  222.  
  223.  
  224.                          Expert Source Code, Inc.
  225.                          P. O. Box 180519
  226.                          Casselberry, FL
  227.                                32718-0519
  228.  
  229.  
  230.                              PROGRAMMING TOOLS
  231.  
  232.          Match'em* was written using the following items:
  233.  
  234.               An AST Premium/286 model 140X computer.
  235.               A Vega VGA card with 512K ram.
  236.               NEC Multisync II monitor.
  237.               Turbo Pascal version 5.5 by Borland International**
  238.               PCX Programmer's Toolkit
  239.                           by GENUS Microprogramming, Inc.  ***
  240.               PCX Effects by GENUS Microprogramming, Inc.  ***
  241.               PCX Text by GENUS Microprogramming, Inc.  ***
  242.  
  243.  
  244. * Copyright 1990 Expert Source Code, Inc.
  245. ** Copyright 1983, 1989 Borland International
  246. *** Copyright 1988-90 GENUS Microprogramming, Inc.