home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / conc200.zip / CONCEN.DOC < prev    next >
Text File  |  1991-06-14  |  17KB  |  463 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                  Concentration
  10.  
  11.                                   Version 2.00
  12.  
  13.                               Copyright 1990-91 By
  14.                                    Randy Rasa
  15.                                   18215 Troost
  16.                                 Olathe, KS 66062
  17.  
  18.  
  19.  
  20.      What Is It?     ___________
  21.  
  22.         Concentration is one of the classic solitaires, popular with all
  23.         ages.  It is easy enough for children to play, but offers enough
  24.         challenge for adults.  This version of Concentration uses a
  25.         graphical user interface for an especially colorful and appealing
  26.         game.
  27.  
  28.  
  29.      Program Requirements     ____________________
  30.  
  31.         Concentration requires 256K of memory, EGA or higher graphics
  32.         capability, and a Microsoft-compatible mouse.  If you are not sure
  33.         you have the right hardware, just run the program.  If there's a
  34.         problem, the program will let you know.
  35.  
  36.         In addition to the program file (CONCEN.EXE), the game requires
  37.         that the card definition files (CARDS.CD1 and CARDS.CD2) be in the
  38.         current directory.  These files contain the bit-maps for each
  39.         cardface in the deck.
  40.  
  41.  
  42.      Using The Mouse     _______________
  43.  
  44.         The mouse pointer will appear as a white arrow with black edges.
  45.         In general, the left button is used to select the object being
  46.         pointed to (a card or a button), while the right button is used to
  47.         exit menus or prompts.
  48.  
  49.         If you have a three-button mouse, the middle button will blank the
  50.         screen.  This can also be accomplished by pressing the left and
  51.         right buttons simultaneously.
  52.  
  53.  
  54.      How To Play     ___________
  55.  
  56.         Concentration uses a standard 52-card deck (no jokers).  To begin
  57.         the game the deck is shuffled, then dealt face-down in four rows of
  58.         thirteen cards each.
  59.  
  60.         The object of the game is to remove all the cards, two at a time,
  61.         by pairs.  You may select any two cards.  As you do so, they will
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.      Concentration Documentation                                     Page 2
  72.  
  73.  
  74.         be turned over (face-up).  If they match (that is, if they are of
  75.         the same rank, regardless of suit), then they will be removed,
  76.         otherwise they will be turned back over.
  77.  
  78.         Some people select cards at ramdom, others move sequentially from
  79.         one card to the next in row or column fashion.  Either way will
  80.         work -- use whatever method helps you to remember where cards have
  81.         appeared.
  82.  
  83.         Note that this game is the opposite of most in that a low score is
  84.         desireable -- you want to be able to remove all cards in as few
  85.         attempts as possible.  Though becoming proficient at this game is
  86.         dependent to a large degree on strengthening your short-term
  87.         memory, luck plays a role as well.  A good score requires both
  88.         skill and luck.
  89.  
  90.  
  91.      Buttons     _______
  92.  
  93.         Along the bottom of the screen are a number of "buttons", which may
  94.         be selected by pointing and clicking with the mouse.  The buttons
  95.         are:
  96.  
  97.            Options: This button brings up the options menu, which you can
  98.               use to set your preferences for the following:
  99.  
  100.               Sound: Select "Off" to disable the beeps, clicks, and various
  101.                  other noises the program makes.  Select "On" to enable the
  102.                  sounds.
  103.  
  104.               Multi-Player Mode: Refer to the section of this document
  105.                  entitled "Multi-Player Mode" for information on this
  106.                  option.
  107.  
  108.               Background Color: Click on the up-arrow and down-arrow to
  109.                  step through the available background colors, until you
  110.                  find one that suits your tastes.
  111.  
  112.               Card Back: Click on the up-arrow and down-arrow to cycle
  113.                  through the available card designs until you find one you
  114.                  like.
  115.  
  116.               Once you've set things to your liking, you may click on the
  117.               "OK" button to save your preferences to disk, or on the
  118.               "Cancel" button to exit the Options menu without changing
  119.               anything.
  120.  
  121.            Help: This button will bring up several pages of help screens,
  122.               which you can view by clicking on the "Next" or "Prev"
  123.               buttons to move from page to page.  When you are finished
  124.               reading the help, click on the "Done" button to exit.
  125.  
  126.            New Game: This button will end the current game, update your
  127.               statistics, and start a new game.  Note that the stats will
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.      Concentration Documentation                                     Page 3
  138.  
  139.  
  140.               only be updated if you have a score greater than zero.  This
  141.               will allow you to select a new player (if Multi-Player mode
  142.               is enabled).
  143.  
  144.            Quit: Click on this button to exit the program.  If you have a
  145.               score greater than zero, your statistics will be updated and
  146.               displayed briefly before returning you to DOS.  Another way
  147.               to exit the game is to press the "Abort" key (F10).  If you
  148.               press F10 (and select the "Exit This Program" option in the
  149.               pop-up dialog box), the program will quit to DOS without
  150.               saving the data file (and thus not giving you a low score if
  151.               you have to quit the program in the middle of a game).
  152.  
  153.  
  154.      Statistics     __________
  155.  
  156.         Concentration keeps track of the score (the number of attempts
  157.         you've made to remove pairs of cards), the number of games you've
  158.         played, your best and worst games, and your average score.  At the
  159.         end of each game, the statistics are written to disk, either in the
  160.         default CONCEN.DAT or in the data file specified on the command
  161.         line.  The data file also contains the preferences you set in the
  162.         options menu (sound on/off, auto mode on/off, and background
  163.         color).
  164.  
  165.         To specify a data file on the command line, start up Concentration
  166.         with the following syntax:
  167.  
  168.                                 CONCEN filename.ext
  169.  
  170.  
  171.      Multi-Player Mode     _________________
  172.  
  173.         Concentration has a option called "Multi-Player Mode", which
  174.         enables up to ten people (or one person playing under ten names) to
  175.         keep their statistics in the same data file.  When this mode is
  176.         enabled, you will be presented with a menu at the beginning of each
  177.         game, from which you may select an existing player, add a new
  178.         player, or delete an old player from the list.  Each player's name
  179.         can be up to fifteen character long.
  180.  
  181.         In addition to keeping separate statistics for each player, this
  182.         mode allows a different setup for each player as well.  This means
  183.         that each player can have his or her own screen color, card back,
  184.         and sound selection.
  185.  
  186.         When multi-player mode is disabled, the game will not bring up the
  187.         player list for each new game.  The configuration options set in
  188.         this mode will serve as defaults for any new players which are
  189.         added in multi-player mode.
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.      Concentration Documentation                                     Page 4
  204.  
  205.  
  206.      Legalese     ________
  207.  
  208.         Concentration is shareware.  As such, you can play it, copy it, and
  209.         give it away as you wish.  In fact, you are encouraged to
  210.         distribute the program to friends, family, and strangers alike.
  211.         This includes distribution via electronic bulletin board systems
  212.         (BBS), user's groups, and disk-distribution services.  All that I
  213.         ask is that the program remain unaltered, and be distributed in an
  214.         archive consisting of:
  215.  
  216.            CONCEN.EXE ......... the program
  217.            CONCEN.DOC ......... documentation
  218.            CARDS.CD1 .......... card definition file #1
  219.            CARDS.CD2 .......... card definition file #2
  220.  
  221.  
  222.      Registration     ____________
  223.  
  224.         Concentration is shareware.  If you enjoy the game, please support
  225.         it.  There are three registration packages available:
  226.  
  227.            1. Basic Registration ................................... $5.00
  228.  
  229.               This minimum registration will get you the latest registered
  230.               (no shareware "beg" message) version of Concentration on the
  231.               diskette of your choice, along with a registration code good
  232.               for all future updates.
  233.  
  234.            2. Package Deal #1 ..................................... $10.00
  235.  
  236.               This package consists of the latest registered version of
  237.               Concentration, plus shareware versions of my other programs,
  238.               along with a menu program to tie them all together.  Note
  239.               that all of the additional programs are unregistered versions
  240.               (with shareware "beg" screens).  You will also receive a
  241.               registration code good for all future updates of
  242.               Concentration.
  243.  
  244.            3. Package Deal #2 ..................................... $15.00
  245.  
  246.               This package consists of the latest registered version of
  247.               Concentration, plus registered versions of my other programs,
  248.               along with a menu program to tie them all together.  Note
  249.               that all of the additional programs are fully registered
  250.               versions (no shareware "beg" screens).  You will also receive
  251.               registration codes good for all future updates of
  252.               Concentration and the programs included with your
  253.               registration.
  254.  
  255.         Basic registration is available on a 5.25", 360K disk or on a
  256.         3.50", 720K disk.  The package deals are available on two 360K
  257.         disks (with the programs ZIPped (with the PKZIP compression
  258.         program) to pack as much as possible onto each disk), one 720K disk
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.      Concentration Documentation                                     Page 5
  270.  
  271.  
  272.         (ZIPped), or one 5.25", 1.2M disk.  If you do not have access to
  273.         PKZIP, you'll need to order the package deals on a 1.2M disk.
  274.  
  275.         No matter what option you choose, you'll be getting a lot of
  276.         quality software for just a little dough.  Please consider
  277.         registering.
  278.  
  279.         The programs that you will get with the package deals will be
  280.         selected from the following:
  281.  
  282.            Midnight Oil: An EGA solitaire card game, otherwise known as La
  283.               Belle Lucie and Three Shuffles and a Draw.  In this game the
  284.               deck is dealt into seventeen fans of three cards each.  Cards
  285.               are moved from the fans to four foundations, which are then
  286.               built up in suit from Ace to King.  Midnight Oil is one of
  287.               the best solitaires, affording great opportunity for skillful
  288.               play.  The game keeps statistics in a disk file, and has a
  289.               special auto mode that makes the game especially easy to
  290.               play.
  291.  
  292.            Monte Carlo: An EGA-based solitaire card game in which you try
  293.               to remove pairs of cards from a 5 x 5 matrix.  This easy-to-
  294.               play game offers hours of relaxing fun.  It keeps statistics
  295.               in much the same way as Concentration, has selectable card
  296.               designs, and a "hint" button that makes the game especially
  297.               easy to learn.
  298.  
  299.            Calculation: This EGA-based solitaire card game is a real brain-
  300.               teaser in which you build up four foundations, each in a
  301.               different sequence.  It requires skill and logical thinking
  302.               to win, but on-screen assistance makes learning and playing
  303.               the game a snap.  It keeps a statistic file like
  304.               Concentration and has selectable card designs.
  305.  
  306.            Osmosis: In this EGA solitaire card game you have four
  307.               foundations to build, but a card can only be played to a
  308.               lower foundation if it has also been played to an upper
  309.               foundation.  This addictive game is simple to play but
  310.               difficult to win, with success often depending as much on
  311.               luck as skill.  It keeps statistics on-disk, offers
  312.               selectable card backs and has a "peek" option to give you an
  313.               extra edge.
  314.  
  315.            Idiot's Delight: An EGA version of "Aces Up", a simple but
  316.               addictive game of luck and skill.  This is one of those games
  317.               that leave you saying "just one more game" time after time
  318.               after time.  As in my other EGA games, it keeps a statistic
  319.               file and offers selectable card backs.
  320.  
  321.            Royal Cotillion: This is a two-deck EGA solitaire in which you
  322.               must build up eight foundations in suit by twos.  It offers
  323.               good opportunity for skillful play, a pleasing layout, and
  324.               hours of engrossing fun.  It keeps a statistics file, has
  325.               selectable card backs, and a time-saving auto mode.
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.      Concentration Documentation                                     Page 6
  336.  
  337.  
  338.  
  339.         You can print the registration form from the initial shareware
  340.         screen.  Simply select the "Print Registration Form" button, then
  341.         select a destination, either to a printer or a file.  If you elect
  342.         to send the form to a printer, make sure it is on-line and ready.
  343.         The form should print on any standard 80-column printer.  If you
  344.         want to save the form to a file, the file "CONCEN.FRM" will be
  345.         created in the current directory.  You can then print out the
  346.         registration form by entering the following command from the DOS
  347.         prompt (with your printer connected and ready):
  348.  
  349.                                 COPY CONCEN.FRM PRN
  350.  
  351.         Then just fill out the form and send it, along with cash, check or
  352.         money order, to:
  353.  
  354.                                     Randy Rasa
  355.                                    18215 Troost
  356.                                  Olathe, KS 66062
  357.  
  358.  
  359.  
  360.  
  361.  
  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.      Concentration Documentation                                     Page 7
  402.  
  403.  
  404.      Revision History     ________________
  405.  
  406.         1.00  11-17-89  First Public Release.  Text-based version.
  407.         2.00  06-14-91  New EGA version released.
  408.  
  409.  
  410.      A Note To Registered Users     __________________________
  411.  
  412.         The registration procedure allows previously-registered users to
  413.         update to the new registered version of the program by entering a
  414.         special 'registration code' that was included as part of your
  415.         order.  Run the shareware version of the program with an "/R"
  416.         command-line switch, followed by the registration code, like this:
  417.  
  418.            CONCEN /Rxxxxxx
  419.  
  420.         You would, of course use the proper registration code in place of
  421.         the "xxxxxx".  Note also that there should be no space between the
  422.         "R" and the registration code.  After running the program with /R
  423.         switch and the proper code, you'll have a brand-spanking new
  424.         registered version of the program.  What this essentially amounts
  425.         to is unlimited, free updates with each registration.
  426.  
  427.         The registration procedure comes with the following limitations:
  428.  
  429.            1. The name your EXE file must be CONCEN.EXE.
  430.  
  431.            2. You cannot perform the registration procedure on a compressed
  432.               version (ie: an EXE file processed with PKLite, Diet, or
  433.               LZEXE).  The EXE file may be compressed after the
  434.               registration procedure, but not before.
  435.  
  436.            3. Please do not distribute registered versions of the program.
  437.  
  438.            4. Since the registration procedure is a new feature (as of
  439.               version 2.13), there are a number of people who have
  440.               registered earlier versions that won't be able to take
  441.               advantage of it just yet.  But if you send me a self-
  442.               addressed stamped envelope, I'll be happy to send you the
  443.               registration code.
  444.  
  445.  
  446.         Note: You can also change the program back to the shareware version
  447.               by using the "/SW" command-line switch.  This function is
  448.               subject to the same limitations as with the registration
  449.               procedure (ie: the program must be properly named and
  450.               uncompressed).  Please use this option to "un-register" the
  451.               program if you wish to pass it along to anyone.  Also, please
  452.               include all of the files listed under the "Legalese" section
  453.               of this document.  Thanks.
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.