home *** CD-ROM | disk | FTP | other *** search
/ 300 Favorite Games / 300GAMES.iso / 152 / master.txt < prev   
Text File  |  1991-09-30  |  23KB  |  582 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                              M A S T E R   M I N D
  7.                              ---------------------
  8.  
  9.  
  10.  
  11.                                  Version 1.16
  12.                                  ------------
  13.  
  14.  
  15.  
  16.                          Written by:  Charles A. Hardy
  17.                                  Member of the
  18.                      Association of Shareware Professionals
  19.  
  20.  
  21.                   Copyright 1990-1991 Expert Source Code, Inc.
  22.                               All Rights Reserved.
  23.  
  24.  
  25.                    P R O G R A M   D O C U M E N T A T I O N
  26.                    _________________________________________
  27.  
  28.  
  29.                          Last update:  September, 1991
  30.  
  31.  
  32.      +-------------------------------------------------------------------+
  33.      |                         Table of Contents                         |
  34.      +-------------------------------------------------------------------+
  35.  
  36.                 Program Requirements. . . . . . . . . . . . . 2
  37.  
  38.                 Program Description . . . . . . . . . . . . . 2
  39.  
  40.                 Packing List. . . . . . . . . . . . . . . . . 4
  41.  
  42.                 Release and Update History. . . . . . . . . . 4
  43.  
  44.                 Expert Source Code, Inc. Shareware Catalog. . 5
  45.  
  46.                 Program Registration. . . . . . . . . . . . . 8
  47.  
  48.                 ASP Ombudsman Statement . . . . . . . . . . . 8
  49.  
  50.                 Programming Tools . . . . . . . . . . . . . . 9
  51.  
  52.                 Shareware Version Distribution. . . . . . . . 9
  53.  
  54.                 Trial Use (Shareware Version) Warranty. . . . 10
  55.  
  56.                 Registered Version ONLY Warranty. . . . . . . 10
  57.  
  58.  
  59.   Master Mind Documentation                                   Page 1 of 10.
  60.  
  61.                               =====================
  62.                               Program Requirements:
  63.                               =====================
  64.  
  65.   Master Mind requires an VGA card and monitor and a active mouse to run.  It
  66.   runs in 640 X 480 X 16 VGA graphics mode and uses a mouse for all program
  67.   interaction.  Master Mind requires about 350K of free disk space and about
  68.   400K of free memory (RAM) to operate.  The delay at the beginning of the
  69.   program is necessary to load all of the graphics that the program uses.
  70.  
  71.   NOTE:  Because of this programs disk access while loading the graphics files
  72.          (especially during the introduction) it is recommended that you run
  73.          it from a hard disk.  This will drastically cut the delay at the
  74.          beginning of the program.
  75.  
  76.  
  77.                               ====================
  78.                               Program Description:
  79.                               ====================
  80.  
  81.   Master Mind is the clasic game of logic and deduction.  This version uses
  82.   fruit instead of the traditional colors.  The object of the game is to guess
  83.   which pieces of fruit goes in which position.  The player can choose to
  84.   guess at 5 to 7 positions from 5 to 9 pieces of fruit with or without mult-
  85.   iple pieces of the same kind of fruit and with 3 levels of reporting. This
  86.   adds up to a tremendous variety of levels of play.
  87.  
  88.   The game starts with a list of the available fruit at the bottom of the
  89.   screen and a list of blank boxes for fill just above that.  To select a
  90.   fruit just click on the box containing that fruit and that box will be
  91.   highlighted.  Once a box is highlighted you may place that piece of fruit
  92.   by clicking with the left button in the space you want it in (Clicking with
  93.   the right button will erase anything in that box).  If Multiple is on then
  94.   you will be able to place a single piece of fruit in as many boxes as you
  95.   like.  If not then you can only but it in one box (if you want to move it
  96.   then you must first remove the one already placed by clicking on it with
  97.   the right button).
  98.  
  99.   Once all of the positions are filled the OK button will light up.  At this
  100.   point changes can still be made.  When all changes have been made then
  101.   clicking on the OK button will tell you how many pieces you got right
  102.   (according to your level of difficultly) and clear the guessing area to get
  103.   ready for another try. 
  104.  
  105.   There are three levels of reporting in Master Mind:
  106.  
  107.      *  Level 1 - The correct pieces of fruit are placed in the guessed
  108.                   positions and the ones (if any) in the right position
  109.                   are highlighted.  This lets you know which fruit are
  110.                   correct and which are in the right position.
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. Master Mind Documentation                                   Page 2 of 10.
  118.  
  119.  
  120.  
  121.      *  Level 2 - The correct pieces of fruit are displayed from left to
  122.                   right in random order and a numbers will appear in front
  123.                   of the guesses to tell you how many are in the right
  124.                   positions.  This lets you know which pieces of fruit are
  125.                   correct (but not what position they are in if you are
  126.                   playing with multiples ON) and how many are in the right
  127.                   position.
  128.  
  129.      *  Level 3 - Master Mind displays a happy face marker for each correct
  130.                   piece of fruit and displays a number in front of the
  131.                   guesses to tell how many are in the right positions.  The
  132.                   happy face markers are placed in sequential order from
  133.                   left to right.  This lets you know how many pieces of fruit
  134.                   are correct and how many are in the right position but it
  135.                   doesn't tell you which fruit are the correct ones.
  136.  
  137.   Master mind also contains a Hint and Answer function.  The Hint function
  138.   will turn your last guess into a level one guess (letting you know which
  139.   pieces of fruit are right and which ones are in the right position).  The
  140.   Answer functions will display a panel with the correct answer (this function
  141.   ends your turn and asks if you would like to play again).
  142.  
  143.  
  144.   Some of the features of Master Mind include:
  145.  
  146.       *  Super VGA graphics.
  147.  
  148.       *  Mouse support.
  149.  
  150.       *  5 to 7 boxes to guess at.
  151.  
  152.       *  5 to 9 pieces of fruit to guess from.
  153.  
  154.       *  Multiple pieces allowed - toggle switch.
  155.  
  156.       *  3 levels of reporting.
  157.  
  158.       *  Shows last 20 trys on screen.
  159.  
  160.       *  Hint Function.
  161.  
  162.       *  Answer Screen.
  163.  
  164.       *  Sound toggle.
  165.  
  166.       *  On-line rules and instructions.
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175. Master Mind Documentation                                   Page 3 of 10.
  176.  
  177.  
  178.  
  179.                                 =============
  180.                                 Packing List:
  181.                                 =============
  182.  
  183.   The complete Master Mind shareware package should contain the following
  184.   files.  Please ensure that each file is present.  If any of these files are
  185.   missing then the package is not complete and is not sutiable for distribution
  186.   to others.  The complete package may be obtained directly from Expert Source
  187.   Code, Inc. of by downloading the latest version from ESC BBS.
  188.  
  189.           File Name                   Description of File
  190.          -----------     ---------------------------------------------
  191.          MASTER.EXE   -  The Master Mind exectuable program file.
  192.  
  193.          MASTER.DOC   -  The Master Mind documentation file.
  194.  
  195.          MASTER.FRM   -  The Master Mind registration form.
  196.  
  197.  
  198.                           ===========================
  199.                           Release and Update History:
  200.                           ===========================
  201.  
  202.   1.00 - Initial release.
  203.  
  204.   1.10 - Corrected problem with non-Microsoft mice.
  205.  
  206.   1.15 - Complete rewrite of program documentation and order form.  Changed
  207.          program to allow registration code updates of future shareware
  208.          versions.  Changes registration reminder screen and pricing structure
  209.          and added special offer to order form.
  210.  
  211.   1.16 - Fixed minor memory allocation problem.
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233. Master Mind Documentation                                   Page 4 of 10.
  234.  
  235.  
  236.                    ==========================================
  237.                    Expert Source Code, Inc. Shareware Catalog
  238.                    ==========================================
  239.  
  240.   AGGRESSION - Written by:  Thomas B. Hardy
  241.        Aggression if a unique board game that combines some of the aspects
  242.        of checkers and backgammon.  The object is to get all of your pieces
  243.        from their starting side to the opposite side of the board before your
  244.        opponent does.  Pieces are moved one square at a time and if you can
  245.        suround one of your opponents pieces on both the left and right side
  246.        then that piece is transported back to the starting line.  Aggression
  247.        supports 1 or 2 players and has four levels of computer play.  There
  248.        are five different starting positions and the graphics are excellent.
  249.        Aggression requires an EGA card and monitor and a mouse.
  250.  
  251.   APPLES & ORANGES - Written by:  Charles A. Hardy
  252.        Apples & Oranges is a unique twist on the old "Othello" style board
  253.        game.  It uses pictures of apples and oranges as the playing pieces.
  254.        This makes for a very colorful and pleasing playing board.  The object
  255.        of the game is to capture as many of your opponents pieces as possible.
  256.        This is done by flanking your opponents piece or pieces on two sides in
  257.        a line.  For example by surounding your opponent diagonally, vertically,
  258.        or horizontally.  When captured, the pieces change from your opponents
  259.        piece to your piece.  The player with the most pieces at the end of the
  260.        game wins.  Apples & Oranges supports 1 or 2 players and has three
  261.        levels of computer play.  Apples & Oranges requires an EGA card and
  262.        monitor and a mouse.
  263.  
  264.   DRAW POKER - Written by:  Charles A. Hardy
  265.        Draw Poker is a solitaire version of the popular card game.  It is a
  266.        betting game with the payoffs for each hand listed on the screen.
  267.        You make your bet, discard any unwanted cards and click on "DRAW" to
  268.        receive new cards and see if you have won.  Draw Poker is a single
  269.        player game and features a top ten list of the highest money winners.
  270.        Draw Poker requires an VGA card and monitor and a mouse.
  271.  
  272.   EXPERT TOOLS - Written by:  Thomas B. Hardy
  273.        Expert Tools are the utilities that Norton forgot.  It contains over
  274.        a dozen utilities such as XRD (remove directory and all files and sub-
  275.        directories in that directory), XFIND (find a file or duplicate files
  276.        accross all of your drives), etc.  Expert Tools also comes with a shell
  277.        program so that the utilities can be run from the command line or from
  278.        the shell.
  279.  
  280.   FLORIDA LOTTERY - Written by:  Charles A. Hardy
  281.        Florida Lottery is a lottery number picker and tracker for all of
  282.        Florida's on-line lottery games.  It picks number for CA$H 3, PLAY 4,
  283.        FANTASY 5 and LOTTO with lottery balls "popping up" onto the screen or
  284.        by displaying a filled-out lottery card.  It has a complete history and
  285.        frequency listing of all numbers picked in the FANTASY 5 and LOTTO
  286.        games.  Florida Lottery support color text graphics and EGA graphics.
  287.  
  288.  
  289.  
  290.  
  291. Master Mind Documentation                                   Page 5 of 10.
  292.  
  293.  
  294.   GOLF SOLITAIRE - Written by:  Charles A. Hardy
  295.        Golf Solitaire is a single player card game.  The object is to play all
  296.        of the cards in the stacks.  Cards can be played in either assending or
  297.        desending order and suit doesn't matter.  It sounds easy, but it is very
  298.        hard to win.  Complete game history is display on-screen and there is a
  299.        top 10 list of the winners with the most cards left in their unturned
  300.        deck.  Golf Solitaire requires an VGA card and monitor and support both
  301.        a keyboard and a mouse interface.
  302.  
  303.   MASTER MIND - Written by:  Charles A. Hardy
  304.        Master Mind is the classic game of logic and deduction.  The object
  305.        of the game is to guess which piece goes in which position.  Master
  306.        Mind uses pictures of fruit as the pieces and keeps the last 20 trys
  307.        on the screen.  You can select to guess at 5 to 7 positions, from 5
  308.        to 9 pieces of fruit and whether or not duplicates are allowed.  There
  309.        is also a hint and a answer function for when you get frustrated.
  310.        Master Mind is a single person game and there are three levels to choose
  311.        from.  Master Mind requires an VGA card and monitor and a mouse.
  312.  
  313.   MATCH'EM - Written by:  Charles A. Hardy
  314.        Match'em is a concentration style game.  The game is played on a 8 by 8
  315.        grid of raised buttons.  When a button is clicked on it displays the
  316.        picture underneath which you then have to try to match.  Points are
  317.        awarded at one for the first correct pair and two for each consecutive
  318.        correct pair.  You can choose to play with 16 (four of each picture) or
  319.        32 (2 of each picture) pictures under the 64 buttons.  When a match is
  320.        made the associated buttons are inverted and are no longer valid moves
  321.        for the rest of that game.  Match'em supports 1 or 2 players and has 3
  322.        levels of computer play.  Match'em reguires an EGA card and monitor and
  323.        a mouse.
  324.  
  325.   MINE FIELD - Written by:  Charles A. Hardy
  326.        Mine field is an excellent game of deduction.  Your job is to clear a
  327.        field of all of the mines.  Fortunately, you know how many mines are
  328.        in the field and your have a mine detector which will tell you how many
  329.        mines are in the surounding squares.  You may clear the field by step-
  330.        ping (clicking with the left button) on all of the squares that you
  331.        think are unoccupied or by marking (clicking with the right button)
  332.        all of the spots that you think contain a mine or and combination there
  333.        of.  Then you step on a space, and it isn't a mine, the square is
  334.        removed and displays the ground underneath.  The square will also dis-
  335.        play the number of mines in the surounding nine squares.  There is a
  336.        counter at the top of the screen to let you know how many mines you
  337.        have yet to find.  But be careful, because marking a wrong spot as a
  338.        mine can be deadly for your confidence.  Mine Field is a single player
  339.        game with 15 different board to choose from including a castle, a
  340.        pyramid and a Batman logo.  Mine Field requires an VGA card and monitor
  341.        and a mouse.
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349. Master Mind Documentation                                   Page 6 of 10.
  350.  
  351.  
  352.   SUPER MAXIT - Written by:  Joe M. Paris
  353.        Super Maxit is an graphical version of the clasic maxit number game.
  354.        The object of the game is to take the highest numbered piece and leave
  355.        your opponent the lowest numbered or negitive value piece.  One player
  356.        moves vertically and the other player moves horizontally.  The game end
  357.        when all of the pieces are taken or a player can't move.  Super Maxit
  358.        features hint, undo, cheat demo and top 10 functions that add a lot to
  359.        the games playability.  Super Maxit support 1 or 2 players and has over
  360.        ten different playing board to choose from.  Super Maxit requires an EGA
  361.        card and monitor.
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407. Master Mind Documentation                                   Page 7 of 10.
  408.  
  409.  
  410.                               ====================
  411.                               Program Registration
  412.                               ====================
  413.  
  414.   Master Mind is marketed under the Shareware concept.  This means that
  415.   you get to try the software before your bye it to make sure it is right for
  416.   you.  Please feel free to test Master Mind.  If you like and use this
  417.   program then please support our efforts and register it.  The program is
  418.   registered by sending in the registration form and appropriate fee.  Or if
  419.   you wish to register with a VISA or MASTERCARD then your may send in the
  420.   form as above or E-Mail us the order form or you may register on-line by
  421.   calling the ESC BBS at (407) 699-8258 and typing "ORDER" at the main menu
  422.   prompt.  Registration of Master Mind includes the following:
  423.  
  424.      *  A copy of the latest version of Master Mind.
  425.  
  426.      *  A registration name and code that can be used to change future
  427.         shareware versions of Master Mind into registered versions.
  428.  
  429.      *  A FREE BONUS DISK OF ESC SHAREWARE PROGRAMS.
  430.  
  431.      *  Unlimited product support.
  432.  
  433.   Expert Source Code, Inc. may be contacted for orders or questions by the
  434.   following methods.
  435.  
  436.      *  By calling ESC BBS (The home of Expert Source Code, Inc.) at (407)
  437.         699-8258 (9600 Courier HST - 24 hours a day - FREE ACCESS) and leaving
  438.         a "C"omment to the SYSOP.
  439.  
  440.      *  Via E-Mail to:     CompuServe - 72711,2035
  441.                               Prodigy - FGTD17A
  442.                                 GEnie - C.HARDY7
  443.                                Delphi - ESCINC
  444.  
  445.      *  By U.S. Mail to:   Expert Source Code, Inc.
  446.                            Post Office Box 180519
  447.                            Casselberry, FL  32718-0519
  448.  
  449.  
  450.                             ========================
  451.                             ASP Ombudsman Statement:
  452.                             ========================
  453.                              _______
  454.                         ____|__     |               (tm)
  455.                      --|       |    |-------------------
  456.                        |   ____|__  |  Association of
  457.                        |  |       |_|  Shareware
  458.                        |__|   o   |    Professionals
  459.                      -----|   |   |---------------------
  460.                           |___|___|    MEMBER
  461.  
  462.   This program is produced by a member of the Association of Shareware Pro-
  463.   fessionals (ASP).  ASP wants to make sure that the shareware principal
  464.  
  465. Master Mind Documentation                                   Page 8 of 10.
  466.  
  467.  
  468.   works for you.  If you are unable to resolve a shareware-related problem
  469.   with an ASP member by contacting that member directly, the ASP may be able
  470.   to help.  The ASP Ombudsman can help you resolve a dispute or problem with
  471.   an ASP member, but does not provide technical support for members' products.
  472.  
  473.   Please write to the ASP Ombudsman at:
  474.  
  475.        ASP Ombudsman
  476.        545 Grover Road
  477.        Muskegon, MI  49442-9427
  478.        U.S.A.
  479.  
  480.   or send a CompuServe message via CompuServe MAIL to ASP Ombudsman at
  481.   70007,3536.
  482.  
  483.  
  484.                                ==================
  485.                                Programming Tools:
  486.                                ==================
  487.  
  488.            Master Mind was written using the following software:
  489.  
  490.               *  Turbo Pascal 6.0 by Borland International.
  491.  
  492.               *  Expert Software Tools by Expert Source Code, Inc.
  493.  
  494.               *  GX Development Series by GENUS Microprogramming.
  495.  
  496.               *  TechnoJock's Turbo Toolkit by TechnoJock Software, Inc.
  497.  
  498.  
  499.                         ===============================
  500.                         Shareware Version Distribution:
  501.                         ===============================
  502.  
  503.   Master Mind is NOT a public domain program.  It is Copyright 1990-1991
  504.   by Expert Source Code, Inc.  All rights reserved.
  505.  
  506.   ASP approved vendors may distribute Master Mind on disk, on a CD-ROM
  507.   and as part of disk sets as long as they meet all of the ASP guidelines and
  508.   that the version that is distrubuted isn't over a year old.  This version is
  509.   dated September, 1991.  If this version is outdated then please contact us
  510.   for a more recient version.
  511.  
  512.   Other vendors may distribute Master Mind as long as the following con-
  513.   ditions are met.
  514.  
  515.      *  All of the files listed in the Packing list section are included in
  516.         the distribution.
  517.  
  518.      *  The person receiving the copy of Master Mind package is made
  519.         aware that he or she does not become a registered user until
  520.         Expert Source Code, Inc. has received payment for the registration
  521.         of the software and that this is only an evaluation version.
  522.  
  523. Master Mind Documentation                                   Page 9 of 10.
  524.  
  525.  
  526.      *  The Master Mind package cannot be modified in any way and cannot
  527.         be "rented" or "leased" to others.
  528.  
  529.      *  The maxium distribution cost doesn't excede $10.00 in the USA and
  530.         US$12.00 internationally.
  531.  
  532.      *  The version being distributed isn't over a year old.  This version is
  533.         dated September, 1991.  If you need a more up to date version please
  534.         contact us.
  535.  
  536.      *  Permission is required from Expert Source Code, Inc.  However, if you
  537.         meet all of the other criteria and because permission is routinely
  538.         granted you may begin distributing Master Mind package immediately
  539.         after sending in your request.  Also, we would appreciate it if you
  540.         would put us on your mailing list for your catalog.
  541.  
  542.  
  543.                    =======================================
  544.                    Trial Use (Shareware Version) Warranty:
  545.                    =======================================
  546.  
  547.   The Shareware evaluation (trial use) version is provided AS IS.  Expert
  548.   Source Code, Inc. makes no warranty of any kind, expressed or implied,
  549.   including without limitation, any warranties of merchantability and/or
  550.   fitness for a particualr purpose.
  551.  
  552.  
  553.                        =================================
  554.                        Registered Version ONLY Warranty:
  555.                        =================================
  556.  
  557.   Expert Source Code, Inc. warrants the physical diskette(s) provided with the
  558.   registered versions to be free of defects in materials and workmanship for a
  559.   period of sixty days from the date of the registration.  If Expert Source
  560.   Code, Inc. receives notification within the warranty period of defects in
  561.   materials or workmanship, and such notification is determined by Expert
  562.   Source Code, Inc. to be correct.  Expert Source Code, Inc. will replace the
  563.   defective diskette(s).  In no event will Expert Source Code, Inc.'s
  564.   liability for any damages to you or any other person exceed the registration
  565.   price actually paid for the license to use the software, reguardless of any
  566.   form of claim.  Expert Source Code, Inc. specifically discalims all other
  567.   warranties, expressed or implied, including but not limited to, any implied
  568.   warranty of merchantability and/of fitness for a particular purpose.
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581. Master Mind Documentation                                  Page 10 of 10.
  582.