home *** CD-ROM | disk | FTP | other *** search
/ Super Games for DOS 2 / super_games_for_dos.iso / 042 / id.doc < prev    next >
Encoding:
Text File  |  1992-02-14  |  21.4 KB  |  595 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                 Idiot's Delight
  10.  
  11.                                   Version 1.11
  12.  
  13.                                Copyright 1991 By
  14.                                    Randy Rasa
  15.                                   18215 Troost
  16.                                 Olathe, KS 66062
  17.  
  18.  
  19.  
  20.      What Is It?
  21.      ___________
  22.  
  23.         Idiot's Delight, also known as "Aces Up", is a solitaire card game
  24.         that is extremely simple to play, quite addictive, but terribly
  25.         difficult to win.  Success depends on skill and strategy, but even
  26.         more on the luck of the cards.
  27.  
  28.  
  29.      Program Requirements
  30.      ____________________
  31.  
  32.         Idiot's Delight requires 256K of memory, EGA or higher graphics
  33.         capability, and a Microsoft-compatible mouse.  If you are not sure
  34.         you have the right hardware, just run the program.  If there's a
  35.         problem, the program will let you know.
  36.  
  37.         In addition to the program file (ID.EXE), the game requires that
  38.         the card definition files (CARDS.CD1 and CARDS.CD2) be in the
  39.         current directory.  These files contain the bit-maps for each
  40.         cardface in the deck.
  41.  
  42.  
  43.      Using The Mouse
  44.      _______________
  45.  
  46.         The mouse pointer will appear as a white arrow with black edges.
  47.         In general, the left button is used to select the object being
  48.         pointed to (a card or an on-screen button).
  49.  
  50.         If you have a three-button mouse, the middle button will blank the
  51.         screen.  This can also be accomplished by pressing the left and
  52.         right buttons simultaneously.
  53.  
  54.  
  55.      How To Play
  56.      ___________
  57.  
  58.         Idiot's Delight uses a standard 52-card deck (no jokers), with aces
  59.         ranked high, above kings.  The game is begun by dealing four cards
  60.         in a row.  You may discard any card that is lower than another card
  61.         of the same suit.  When no more cards can be removed, deal four
  62.         more cards onto the remainder of the previous deal and remove all
  63.         possible cards.  If a pile is completely depleted, you can move a
  64.         card from the top of another pile into the space.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.      Idiot's Delight Documentation                                   Page 2
  76.  
  77.  
  78.         The game continues in this way, dealing four cards at a time, then
  79.         removing all possible cards.  The game is won if only the four aces
  80.         are left at the end of the game.
  81.  
  82.         Be very careful of which card you move into spaces.  The natural
  83.         inclination is to move aces into spaces as soon as possible, but
  84.         often it is advisable to consider other possibilities, depending on
  85.         what cards can be freed up with each move.
  86.  
  87.         If the "Assist" option is enabled, a box will appear above the
  88.         cards saying "More Moves Possible" is there is at least one more
  89.         move available.  It might be a good idea to enable this feature if
  90.         you find yourself missing obvious moves once in a while.
  91.  
  92.         Note: The four cards are dealt from the deck by clicking on the
  93.         card back (there is no "Deal" button).
  94.  
  95.  
  96.      Buttons
  97.      _______
  98.  
  99.         Along the right side of the screen are a number of "buttons", which
  100.         may be selected by pointing and clicking with the mouse.  The
  101.         buttons are:
  102.  
  103.            Options: This button brings up the options menu, which you can
  104.               use to set your preferences for the following:
  105.  
  106.               Sound: Select "Off" to disable the beeps, clicks, and various
  107.                  other noises the program makes.  Select "On" to enable the
  108.                  sounds.
  109.  
  110.               Session Statistics: When this option is set to "On", the
  111.                  program will keep track of your statistics (games played,
  112.                  games won, change in average score) throughout the game
  113.                  and then display them when you quit.  (Note: During play,
  114.                  you can also display the session statistics by clicking on
  115.                  the score box.)
  116.  
  117.               Assist Option: When this option is turned "On", you will be
  118.                  alerted when more moves are possible.
  119.  
  120.               Background Color: Click on the up-arrow and down-arrow to
  121.                  step through the available background colors, until you
  122.                  find one that suits your tastes.
  123.  
  124.               Card Back: Click on the up-arrow and down-arrow to cycle
  125.                  through the available card designs until you find one you
  126.                  like.  You can also click on the card back itself to bring
  127.                  up a dialog box which will show you all the available card
  128.                  backs and allow you to choose one.
  129.  
  130.               Once you've set things to your liking, you may click on the
  131.               "OK" button to save your preferences to disk, or on the
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.      Idiot's Delight Documentation                                   Page 3
  143.  
  144.  
  145.               "Cancel" button to exit the Options menu without changing
  146.               anything.
  147.  
  148.            Help: This button will bring up several pages of help screens,
  149.               which you can view by clicking on the "Next" or "Prev"
  150.               buttons to move from page to page.  When you are finished
  151.               reading the help, click on the "Done" button to exit.
  152.  
  153.            New Game: This button will end the current game, update your
  154.               statistics, and start a new game.
  155.  
  156.            Quit: Click on this button to exit the program.  If you have
  157.               started a game, the score will be recorded and the statistic
  158.               file updated.  Another way to exit the game is to press the
  159.               "Abort" key (F10).  If you press F10 (and select the "Exit
  160.               This Program" option in the pop-up dialog box or press F10
  161.               again), the program will quit to DOS without saving the data
  162.               file (and thus not giving you a low score if you have to quit
  163.               the program in the middle of a game).  Of course you realize
  164.               this is cheating, don't you?
  165.  
  166.  
  167.      Running Under Windows
  168.      _____________________
  169.  
  170.         This program will run properly under Microsoft Windows in real and
  171.         standard modes, but appears to have trouble with 386 Enhanced mode.
  172.         The program exhibits two problems when running in this mode:
  173.  
  174.            1. The mouse coordinates are shifted eight pixels down and to
  175.               the right.  This causes clicks on the upper left corner of an
  176.               object to be ignored, and clicks slightly below or to the
  177.               right of an object to be misinterpreted.
  178.  
  179.            2. The sound is sort of short and stuttering.  Eventually, after
  180.               you lose a game and the "lose" sound is played, the game
  181.               slows down to where it is unplayable.
  182.  
  183.         I have tried using a PIF file and experimenting with all the
  184.         available settings, but with no success.  However, I am not an
  185.         expert on Windows, so if anyone can figure this out, please let me
  186.         know.  In the meantime, here are three alternatives if you want to
  187.         play this game under Windows:
  188.  
  189.            1. Run Windows in real or standard mode.
  190.  
  191.            2. Turn the sound off in the "Options" menu.  You'll still have
  192.               the mouse problem, but at least the program will run at full
  193.               speed.
  194.  
  195.            2. Run the program with the new "/W" (Windows Compatability)
  196.               command-line option.  This option simply shifts the mouse
  197.               coordinates back to where they should be and uses a different
  198.               "lose" sound that doesn't appear to cause problems.
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.      Idiot's Delight Documentation                                   Page 4
  210.  
  211.  
  212.         I recognize that none of these are optimal solutions, and I hope to
  213.         improve the situation in the future.
  214.  
  215.  
  216.      Command-Line Options
  217.      ____________________
  218.  
  219.         /NC -- "No Cheat" option disables the F10 (abort) key.  Use this if
  220.                you find yourself unable to resist temptation.
  221.  
  222.         /LCD -- This option may improve the screen display on monochrome
  223.                 LCD displays.  This option simply changes a few color
  224.                 combinations to improve contrast on LCDs.
  225.  
  226.         /Rxxxxxx -- This option is used to convert a shareware version of
  227.                     the program to a registered version.  Refer to "A Note
  228.                     To Registered Users" at the end of this document for
  229.                     more information.
  230.  
  231.         /SW -- This option is used to convert a registered version to a
  232.                shareware version.
  233.  
  234.         /W -- This option forces the program to run in "Windows
  235.                Compatability" mode.  Refer to the "Running Under Windows"
  236.                section of this document for more details.
  237.  
  238.         filename.ext -- This option is for alternate data files (see
  239.                         discussion below).
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.      Idiot's Delight Documentation                                   Page 5
  277.  
  278.  
  279.      Statistics
  280.      __________
  281.  
  282.         Idiot's Delight keeps track of the score (the number of cards
  283.         you've discarded), the total number of games you've played, the
  284.         number of games you've won (expressed as both a number and a
  285.         percentage), and your average score.  At the end of each game, the
  286.         statistics are written to disk, either in the default ID.DAT or in
  287.         the data file specified on the command line.  The data file also
  288.         contains the preferences you set in the options menu.
  289.  
  290.         To specify a data file on the command line, start up Idiot's
  291.         Delight with the following syntax:
  292.  
  293.                                   ID filename.ext
  294.  
  295.         This allows several different people to use the same copy of
  296.         Idiot's Delight on the same machine, yet keep separate statistics
  297.         for each person.  For example, suppose three people (Tom, Dick, and
  298.         Harry) played the game at various times on the same machine.  They
  299.         could each easily keep personalized data files, containing their
  300.         scores and preferences.  Tom would use his data file by typing:
  301.  
  302.                                     ID TOM.DAT
  303.  
  304.         Likewise, Dick and Harry could have data files called DICK.DAT and
  305.         HARRY.DAT.  Note that the "DAT" extension could be "SCR" or "HGH",
  306.         or whatever, as long as it is three letters or less.
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.      Idiot's Delight Documentation                                   Page 6
  344.  
  345.  
  346.      Legalese
  347.      ________
  348.  
  349.         Idiot's Delight is shareware.  As such, you can play it, copy it,
  350.         and give it away as you wish.  In fact, you are encouraged to
  351.         distribute the shareware version of the program to friends, family,
  352.         and strangers alike.  This includes distribution via electronic
  353.         bulletin board systems (BBS), user's groups, and disk-distribution
  354.         services.  All that I ask is that the program remain unaltered, and
  355.         be distributed in an archive consisting of:
  356.  
  357.            ID.EXE ............. the program
  358.            ID.DOC ............. documentation
  359.            CARDS.CD1 .......... card definition file #1
  360.            CARDS.CD2 .......... card definition file #2
  361.  
  362.  
  363.      Registration
  364.      ____________
  365.  
  366.         Idiot's Delight is shareware.  If you enjoy the game, please
  367.         support it.  There are three registration packages available:
  368.  
  369.            1. Basic Registration ................................... $5.00
  370.  
  371.               This minimum registration will get you the latest registered
  372.               (no shareware "beg" message) version of Idiot's Delight on
  373.               the diskette of your choice, along with a registration code
  374.               good for all future updates.
  375.  
  376.            2. Package Deal #1 ..................................... $10.00
  377.  
  378.               This package consists of the latest registered version of
  379.               Idiot's Delight, plus shareware versions of my other
  380.               programs, plus a menu program to tie them all together.  Note
  381.               that all of the additional programs are unregistered versions
  382.               (with shareware "beg" screens).  You will also receive a
  383.               registration code good for all future updates of Idiot's
  384.               Delight.
  385.  
  386.            3. Package Deal #2 ..................................... $15.00
  387.  
  388.               This package consists of the latest registered versions of
  389.               Idiot's Delight, plus registered versions of my other
  390.               programs, plus a menu program to tie them all together.  Note
  391.               that all of the additional programs are fully registered
  392.               versions (no shareware "beg" screens).  You will also receive
  393.               registration codes good for all future updates of Idiot's
  394.               Delight and the programs included with your registration.
  395.  
  396.         Basic registration is available on a 5.25", 360K disk or on a
  397.         3.50", 720K disk.  The package deals are available on two 360K
  398.         disks (with the programs ZIPped (with the PKZIP compression
  399.         program) to pack as much as possible onto each disk), one 720K disk
  400.         (ZIPped), or one 5.25", 1.2M disk.  If you do not have access to
  401.         PKZIP, you'll need to order the package deals on a 1.2M disk.
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.      Idiot's Delight Documentation                                   Page 7
  412.  
  413.  
  414.  
  415.         No matter what option you choose, you'll be getting a lot of
  416.         quality software for just a little dough.  Please consider
  417.         registering.
  418.  
  419.         The programs that you will get with the package deals are:
  420.  
  421.            Midnight Oil: An EGA solitaire card game, otherwise known as La
  422.               Belle Lucie and Three Shuffles and a Draw.  In this game the
  423.               deck is dealt into seventeen fans of three cards each.  Cards
  424.               are moved from the fans to four foundations, which are then
  425.               built up in suit from Ace to King.  Midnight Oil is one of
  426.               the best solitaires, affording great opportunity for skillful
  427.               play.  The game keeps statistics in a disk file, and has a
  428.               special auto mode that makes the game especially easy to
  429.               play.
  430.  
  431.            Monte Carlo: An EGA-based solitaire card game in which you try
  432.               to remove pairs of cards from a 5 x 5 matrix.  This easy-to-
  433.               play game offers hours of relaxing fun.  It keeps statistics
  434.               in much the same way as Idiot's Delight, has selectable card
  435.               designs, and a "hint" button that makes the game especially
  436.               easy to learn.
  437.  
  438.            Calculation: This EGA-based solitaire card game is a real brain-
  439.               teaser in which you build up four foundations, each in a
  440.               different sequence.  It requires skill and logical thinking
  441.               to win, but on-screen assistance makes learning and playing
  442.               the game a snap.  It keeps a statistic file like Idiot's
  443.               Delight and has selectable card designs.
  444.  
  445.            Osmosis: In this EGA solitaire card game you have four
  446.               foundations to build, but a card can only be played to a
  447.               lower foundation if it has also been played to an upper
  448.               foundation.  This addictive game is simple to play but
  449.               difficult to win, with success often depending as much on
  450.               luck as skill.  It keeps statistics on-disk, offers
  451.               selectable card backs and has a "peek" option to give you an
  452.               extra edge.
  453.  
  454.            Royal Cotillion: This is a two-deck EGA solitaire in which you
  455.               must build up eight foundations in suit by twos.  It offers
  456.               good opportunity for skillful play, a pleasing layout, and
  457.               hours of engrossing fun.  It keeps a statistics file, has
  458.               selectable card backs, and a time-saving auto mode.
  459.  
  460.            Concentration: An EGA graphics version of the classic memory-
  461.               stretching solitaire.  It keeps a statistics file, features
  462.               selectable card backs, and offers a unique multi-player mode.
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.      Idiot's Delight Documentation                                   Page 8
  478.  
  479.  
  480.         You can print the registration form from the initial shareware
  481.         screen.  Simply select the "Print Registration Form" button, then
  482.         select a destination, either to a printer or a file.  If you elect
  483.         to send the form to a printer, make sure it is on-line and ready.
  484.         The form should print on any standard 80-column printer.  If you
  485.         want to save the form to a file, the file "ID.FRM" will be created
  486.         in the current directory.  You can then print out the registration
  487.         form by entering the following command from the DOS prompt (with
  488.         your printer connected and ready):
  489.  
  490.                                   COPY ID.FRM PRN
  491.  
  492.         Then just fill out the form and send it, along with cash, check or
  493.         money order, to:
  494.  
  495.                                     Randy Rasa
  496.                                    18215 Troost
  497.                                  Olathe, KS 66062
  498.  
  499.  
  500.      Revision History
  501.      ________________
  502.  
  503.         1.00  01-29-91  First Public Release.
  504.         1.01  02-15-91  Cosmetic changes.
  505.         1.02  03-12-91  Added registration procedure.
  506.         1.03  03-23-91  Modified registration procedure.
  507.         1.04  04-23-91  Added option to print registration form.
  508.                         Changed card definition filenames to CARDS.CD*.
  509.         1.05  05-17-91  Fixed problem with equipment test.
  510.         1.06  06-16-91  Added "Assist" option.
  511.                         Added Abort (F10) key.
  512.         1.07  06-21-91  Fixed bug when moving a card to an empty pile
  513.                         (program would crash if wrong key or mouse button
  514.                         was pressed).
  515.         1.08  08-13-91  The program now exits to DOS after running the
  516.                         registration procedure, and the program date and
  517.                         time are set correctly.
  518.                         Added /LCD command-line switch.
  519.                         Added /M command-line switch.
  520.         1.09  09-02-91  Rewrote mouse initialization routine.
  521.                         Removed /M command-line switch.
  522.         1.10  10-28-91  Added dialog box to select card back.
  523.                         Improved parsing of command-line arguments.
  524.                         Modified the "abort" sequence so that pressing F10
  525.                         once will bring up the abort dialog box, and
  526.                         pressing F10 again will exit the program.
  527.         1.11  02-14-92  Increased number of available card backs to seven.
  528.                         Added "/NC" (No Cheat) command-line option.
  529.                         Added "/W" (Windows Compatability) command-line
  530.                          option.
  531.  
  532.  
  533.  
  534.  
  535.  
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542.  
  543.  
  544.      Idiot's Delight Documentation                                   Page 9
  545.  
  546.  
  547.      A Note To Registered Users
  548.      __________________________
  549.  
  550.         The registration procedure allows previously-registered users to
  551.         update to the new registered version of the program by entering a
  552.         special 'registration code' that was included as part of your
  553.         order.  Run the shareware version of the program with the "/R"
  554.         command-line switch, followed by the registration code, like this:
  555.  
  556.            ID /Rxxxxxx
  557.  
  558.         You would, of course use the proper registration code in place of
  559.         the "xxxxxx".  Note also that there should be no space between the
  560.         "R" and the registration code.  After running the program with /R
  561.         switch and the proper code, you'll have a brand-spanking new
  562.         registered version of the program.  What this essentially amounts
  563.         to is unlimited, free updates with each registration.
  564.  
  565.         The registration procedure comes with the following limitations:
  566.  
  567.            1. The name your EXE file must be ID.EXE.
  568.  
  569.            2. You cannot perform the registration procedure on a compressed
  570.               version (ie: an EXE file processed with PKLite, Diet, or
  571.               LZEXE).  The EXE file may be compressed after the
  572.               registration procedure, but not before.
  573.  
  574.            3. Please do not distribute registered versions of the program.
  575.  
  576.            4. Since the registration procedure is a new feature, there are
  577.               a number of people who have registered earlier versions that
  578.               won't be able to take advantage of it just yet.  But if you
  579.               send me a self-addressed stamped envelope, I'll be happy to
  580.               send you the registration code.
  581.  
  582.  
  583.         Note: You can also change the program back to the shareware version
  584.               by using the "/SW" command-line switch.  This function is
  585.               subject to the same limitations as with the registration
  586.               procedure (ie: the program must be properly named and
  587.               uncompressed).  Please use this option to "un-register" the
  588.               program if you wish to pass it along to anyone.  Also, please
  589.               include all of the files listed under the "Legalese" section
  590.               of this document.  Thanks.
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607.