home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / SPIELE / PATIENCE / POKERSOL / POKER.DOC < prev    next >
Text File  |  1993-12-01  |  33KB  |  703 lines

  1.           
  2.  
  3.  
  4.                                                   
  5.           
  6.           
  7.           
  8.           
  9.           
  10.           
  11.           
  12.           
  13.           
  14.           
  15.           
  16.           
  17.           
  18.           
  19.           
  20.           
  21.           
  22.           
  23.                                    Poker Solitaire
  24.           
  25.                                      version 2.1
  26.           
  27.           
  28.                            Copyright 1992 by Eduardo Martins
  29.                                                  
  30.           
  31.           
  32.           
  33.           
  34.           
  35.           
  36.           
  37.           
  38.           
  39.           
  40.           
  41.           
  42.           
  43.           
  44.           
  45.           
  46.                                 _______                    
  47.                            ____|__     |                (r)
  48.                         --|       |    |-------------------
  49.                           |   ____|__  |  Association of   
  50.                           |  |       |_|  Shareware        
  51.                           |__|   o   |    Professionals    
  52.                         -----|   |   |---------------------
  53.                              |___|___|    MEMBER           
  54.           
  55.           
  56.  
  57.           
  58.  
  59.  
  60.           
  61.           
  62.           
  63.           INTRODUCTION
  64.           ============
  65.           
  66.           Poker Solitaire, sometimes called Poker Squares, is a solitaire
  67.           card game that rewards both lucky guessing and accurate
  68.           calculation of odds. Card games, by their very nature, are very
  69.           well suited for computer adaptations, since the computer can
  70.           take care of tedious tasks such as dealing the cards, keeping
  71.           track of legal moves, and score-keeping, leaving the player
  72.           free to concentrate on the game itself. After writing a set of
  73.           routines to draw high-resolution cards for use in my Klondike
  74.           program, I decided to explore other solitaire card games, and
  75.           as a result Poker Solitaire 1.1 was released on November 1988.
  76.           This is a major revision of the original Poker Solitaire
  77.           program. The graphics routines are better and faster, the user
  78.           interface is much more polished, and new variations and scoring
  79.           options have been included. While there are some IBM-PC
  80.           implementations of Poker Solitaire available both as public
  81.           domain or shareware programs, I feel that this is by far the
  82.           best one around. I hope you will enjoy Poker Solitaire 2.1, and
  83.           encourage the development of high-quality shareware programs by
  84.           sending the enclosed registration form and the $15 registration
  85.           fee. A little plug: if you enjoy solitaire games, chances are
  86.           you will like my other games, Klondike (current version as of
  87.           March 1992 is 3.1) and Pyramid (current version is 1.1). They can
  88.           be found on CompuServe, GEnie, or several Bulletin Board Systems.
  89.  
  90.           
  91.           SYSTEM REQUIREMENTS
  92.           ===================
  93.           
  94.           Poker Solitaire 2.1 runs on an IBM-PC or compatible running
  95.           under MS-DOS 2.1 or greater, with at least 384 KBytes of memory
  96.           available and an EGA or VGA display adapter and monitor. A
  97.           Microsoft-compatible mouse is strongly recommended but not
  98.           required. If you want to use the mouse, the mouse driver
  99.           (usually called MOUSE.SYS or MOUSE.COM) must be installed
  100.           before you run Poker Solitaire; please refer to your mouse
  101.           documentation for instructions. Make sure that the files
  102.           POKER.EXE, POKER.GX and POKER.HLP are all on the current
  103.           directory. If you are running Poker Solitaire from a floppy
  104.           disk, make sure that the disk is not write-protected, since the
  105.           program writes configuration information and the high scores to
  106.           disk.
  107.  
  108.           
  109.           Poker Solitaire                                              2
  110.           
  111.           
  112.           
  113.           POKER SOLITAIRE RULES
  114.           =====================
  115.           
  116.           One regular pack is used. Shuffle the pack and deal the first
  117.           twenty-five cards one by one, placing them in a 5 x 5 square.
  118.           Each card may be placed anywhere within the square. Once
  119.           placed, a card cannot be moved. The object of the game is to
  120.           make as high a score as possible, counting each row and column
  121.           as a Poker hand. Two scoring systems, the American and the
  122.           English, are prevalent. The American system follows the ranking
  123.           of hands in the game of Poker, while the English system is
  124.           based on the relative difficulty of forming the hands in Poker
  125.           Solitaire.
  126.           
  127.                         Hand               American    English
  128.           
  129.                      Royal Flush              100        30
  130.                      Straight Flush            75        30
  131.                      Four of a Kind            50        16
  132.                      Full House                25        10
  133.                      Flush                     20         5
  134.                      Straight                  15        12
  135.                      Three of a Kind           10         6
  136.                      Two Pairs                  5         3
  137.                      One Pair                   2         1
  138.           
  139.           A straight is hard to make, for if you play for it you risk
  140.           making nothing at all or merely a pair. A full house is easier
  141.           (and thus worth less points in the English scoring system), for
  142.           you can afford to play for it and make Three of a Kind or Two
  143.           Pairs if you fail. Flushes are very easy to make (note that
  144.           they are worth less than Three of a Kind in the English
  145.           system). The usual strategy is to try for flushes in the
  146.           columns and full houses or fours on the rows. You may consider
  147.           that you have won the game if you total 200 (American) or 70
  148.           (English) points.
  149.           
  150.           Variations
  151.           ----------
  152.           
  153.           There are two popular variations, both of them included in
  154.           Poker Solitaire 2.1. On Variation No. 1, each card must be
  155.           placed vertically, laterally or diagonally adjacent to a card
  156.           previously placed. On Variation No. 2, all 25 cards are spread
  157.           face up and then placed on the grid. Each variation can be
  158.           played using either the American or English scoring system,
  159.           thus making for six different games! Variation No. 1 is
  160.           obviously the hardest of the three possible modes, since it
  161.           places a restriction on where you can put the cards, while
  162.           Variation No. 2 is the easiest, since you know beforehand all
  163.           25 cards you will be using.
  164.  
  165.           
  166.           Poker Solitaire                                   3
  167.           
  168.           
  169.           
  170.           GAME PLAY - MOUSE
  171.           =================
  172.           
  173.           The standard game and Variation No. 1 are played much in the
  174.           same way, except that on the standard game you can place a card
  175.           on any empty square on the grid, while on Variation No. 1 a
  176.           card must be placed on a square adjacent to a previously placed
  177.           card. Variation No. 2 plays a bit differently, and will be
  178.           dealt with separately.
  179.           
  180.           Standard Game and Variation No. 1
  181.           ---------------------------------
  182.           
  183.           To turn a card face up, either place the mouse cursor over it
  184.           and press the left mouse button, or simply press the right
  185.           mouse button. Using the right mouse button has the advantage
  186.           that you do not have to place the cursor over the card, thus
  187.           avoiding moving back and forth between the 5 x 5 grid and the
  188.           Pack area.
  189.           
  190.           Once a card has been turned up, place it on the grid by placing
  191.           the mouse cursor where you want to put it, and then pressing
  192.           the left mouse button. Note that when you place the mouse
  193.           cursor anywhere within the grid it changes from the standard
  194.           arrow shape either to a pointing hand (if the top card of the
  195.           Pack is face up) or to an hour glass (to indicate that the top
  196.           card of the Pack is face down and you must first turn it face up).
  197.           
  198.           The following commands are available during play, and can be
  199.           issued by placing the mouse cursor over the corresponding
  200.           'command button' (on the lower right hand corner of the screen)
  201.           and pressing the left mouse button:
  202.           
  203.                 HELP: displays a help file. Use the cursor keys (Up and
  204.                 Down arrows, Page Up, Page Down, Home, and End) to move
  205.                 around the file, and press the [Escape] key when you are
  206.                 done viewing it.
  207.           
  208.                 INFO: displays Copyright and Version information, and
  209.                 your registration number if you have a registered copy.
  210.                 Press any mouse button to return to the game after you
  211.                 are done viewing the information.
  212.           
  213.                 UNDO: moves the last card placed on the grid back to the
  214.                 Pack. Undo can only be used immediately after you place
  215.                 the card on the grid; if you turn the top card of the
  216.                 Pack face up Undo cannot be used anymore.
  217.           
  218.                 BACK: allows you to choose from five different card
  219.                 backs. Choose the design you want by placing the mouse
  220.                 cursor over it and pressing the left mouse button, and
  221.                 press the right mouse button when done. The currently
  222.                 selected card number is highlighted in light blue.
  223.       
  224.           
  225.           
  226.           Poker Solitaire                                              4
  227.           
  228.           
  229.           
  230.                 VARIAT: allows you to select which variation you want to
  231.                 play. Choose the variation by placing the mouse cursor
  232.                 over the number you want and pressing the left mouse
  233.                 button. Press the right mouse button when done. The
  234.                 currently selected variation is highlighted.
  235.           
  236.                 TOP 10: displays the Top Ten scores. Note that there are
  237.                 six different Top Ten lists, one for each variation/
  238.                 scoring system combination. Press any mouse button to get 
  239.                 back to the game after you are done viewing the Top Ten 
  240.                 scores.
  241.           
  242.                 SCORING: allows you to select the desired scoring system,
  243.                 American or English. Select by placing the mouse cursor
  244.                 over the system you want and pressing the left mouse
  245.                 button. Press the right mouse button when done. The
  246.                 currently selected scoring system is highlighted.
  247.           
  248.                 CONFIG: brings up the Configuration menu. This allows you
  249.                 to customize your copy of Poker Solitaire. The first
  250.                 option, 'Mouse', can be set to 'Yes' (always use the
  251.                 mouse; this option is ignored if a mouse driver is not
  252.                 found when you start Poker Solitaire), 'No' (always use
  253.                 the keyboard, even if a mouse driver is present), or
  254.                 'Ask' (if a mouse driver is found, asks at the beginning
  255.                 of each game whether or not you want to use the mouse).
  256.                 The second option, 'Sound', can be set to 'Full' (songs
  257.                 and beeps are enabled), 'Partial' (songs disabled, but
  258.                 error beeps enabled), or 'Off' (both songs and beeps
  259.                 disabled). Finally, the third option, 'Error Messages',
  260.                 can be set to 'Yes' (displays a context-sensitive error
  261.                 message each time an error occurs), or 'No' (does not
  262.                 display the error messages, errors are indicated by beeps
  263.                 if Sound is either Full or Partial). To select an option,
  264.                 place the mouse cursor over it and press the left mouse
  265.                 button. Currently selected options are highlighted. Press
  266.                 the right mouse button when done. If you are playing from 
  267.                 a floppy-disk, do NOT write-protect the disk, otherwise 
  268.                 Config will not be able to write the configuration 
  269.                 information.
  270.           
  271.                 NEW: interrupts the current game and starts a new one.
  272.                 You are asked to confirm by selecting either 'Yes' or
  273.                 'No' from a dialog box. Use the left mouse button to
  274.                 enter your selection.
  275.           
  276.                 QUIT: quits Poker Solitaire. You are asked to confirm by
  277.                 selecting either 'Yes' or 'No' from a dialog box. Use the
  278.                 left mouse button to enter your selection.
  279.  
  280.           
  281.           Poker Solitaire                           5
  282.  
  283.  
  284.  
  285.       Variation No. 2
  286.           ---------------
  287.  
  288.           Under Variation No. 2, the first 25 cards from the Pack are
  289.           placed randomly on the 5 x 5 grid. Your objective is to
  290.           re-arrange the cards in order to score the highest possible
  291.           number of points. Use the Pack area as a temporary holding
  292.           place. For example, to move the card that is currently at
  293.           location (1,1) on the grid to location (3,5), first select the
  294.           card at (3,5), move it to the Pack, and then select the card at
  295.           (1,1) and move it to (3,5). To select a card to be moved, place
  296.           the mouse cursor over it and press the left mouse button. The
  297.           selected card will be highlighted. To move the selected card,
  298.           place the mouse cursor over the location where you want to move
  299.           the card to and press the left mouse button again. If you
  300.           select a card and decide not to move it, place the mouse cursor
  301.           over it and press the left mouse button, and the card will be
  302.           de-selected. Note that the right mouse button automatically
  303.           selects the card that is temporarily on the Pack area. So, if
  304.           you want to select that card, simply press the right mouse
  305.           button, without having to place the mouse cursor over the card.
  306.           If you want to move a card to the Pack area, select that card
  307.           and then press the right mouse button. This allows you to stay
  308.           within the grid area all the time, instead of moving back and
  309.           forth between the grid and Pack areas.
  310.           
  311.           All commands work as described before, except for UNDO. Since
  312.           you can select any card and place it anywhere on the grid,
  313.           there is no need for an UNDO command. In its place is the DONE
  314.           command. Select DONE when you are satisfied with the way the
  315.           cards are arranged on the grid, and the computer will calculate
  316.           your score.
  317.  
  318.           
  319.           Poker Solitaire                                              6
  320.           
  321.           
  322.           
  323.           GAME PLAY - KEYBOARD
  324.           ====================
  325.           
  326.           The standard game and Variation No. 1 are played much in the
  327.           same way, except that on the standard game you can place a card
  328.           on any empty square on the grid, while on Variation No. 1 a
  329.           card must be placed on a square adjacent to a previously placed
  330.           card. Variation No. 2 plays a bit differently, and will be
  331.           dealt with separately.
  332.           
  333.           Note that the NumLock option is automatically turned on when
  334.           you play using the keyboard. You can then use the numeric
  335.           keypad to play. Use 1 - 5 to indicate the row and column
  336.           numbers, and 0 to indicate the pack.
  337.           
  338.           Standard Game and Variation No. 1
  339.           ---------------------------------
  340.           
  341.           To turn the top card of the Pack face up, type 'P' (for Pack).
  342.           Once a card has been turned up, place it on the grid by first
  343.           typing the row number (1 to 5) and then the column number
  344.           (again 1 to 5). The card will then be placed on the desired
  345.           location. If you type the wrong row number, press the [Escape]
  346.           key to cancel it and start over again.
  347.           
  348.           The following commands are available during play, and can be
  349.           issued by typing the highlighted letter from the corresponding
  350.           'command button' (on the lower right hand corner of the screen):
  351.           
  352.                 HELP: displays a help file. Use the cursor keys (Up and
  353.                 Down arrows, Page Up, Page Down, Home, and End) to move
  354.                 around the file, and press the [Escape] key when you are
  355.                 done viewing it.
  356.           
  357.                 INFO: displays Copyright and Version information, and
  358.                 your registration number if you have a registered copy.
  359.                 Press any key to return to the game after you are done
  360.                 viewing the information.
  361.           
  362.                 UNDO: moves the last card placed on the grid back to the
  363.                 Pack. Undo can only be used immediately after you place
  364.                 the card on the grid; if you turn the top card of the
  365.                 Pack face up Undo cannot be used anymore.
  366.           
  367.                 BACK: allows you to choose from five different card
  368.                 backs. Choose the design you want by pressing the
  369.                 corresponding number, and press the [Enter] key when
  370.                 done. The currently selected card number is highlighted 
  371.                 in light blue.
  372.           
  373.  
  374.           
  375.           Poker Solitaire                                              7
  376.  
  377.           
  378.           
  379.                 VARIAT: allows you to select which variation you want to
  380.                 play. Choose the variation by typing the corresponding
  381.                 number, and press the [Enter] key when done. The
  382.                 currently selected variation is highlighted.
  383.  
  384.                 TOP 10: displays the Top Ten scores. Note that there are
  385.                 six different Top Ten lists, one for each variation/
  386.                 scoring system combination. Press any key to get back
  387.                 to the game after you are done viewing the Top Ten 
  388.                 scores.
  389.           
  390.                 SCORING: allows you to select the desired scoring system,
  391.                 American or English. Select by pressing 'A' for American
  392.                 or 'E' for English, and press the [Enter] key when done.
  393.                 The currently selected scoring system is highlighted,
  394.           
  395.                 CONFIG: brings up the Configuration menu. This allows you
  396.                 to customize your copy of Poker Solitaire. The first
  397.                 option, 'Mouse', can be set to 'Yes' (always use the
  398.                 mouse; this option is ignored if a mouse driver is not
  399.                 found when you start Poker Solitaire), 'No' (always use
  400.                 the keyboard, even if a mouse driver is present), or
  401.                 'Ask' (if a mouse driver is found, asks at the beginning
  402.                 of each game whether or not you want to use the mouse).
  403.                 The second option, 'Sound', can be set to 'Full' (songs
  404.                 and beeps are enabled), 'Partial' (songs disabled, but
  405.                 error beeps enabled), or 'Off' (both songs and beeps
  406.                 disabled). Finally, the third option, 'Error Messages',
  407.                 can be set to 'Yes' (displays a context-sensitive error
  408.                 message each time an error occurs), or 'No' (does not
  409.                 display the error messages, errors are indicated by beeps
  410.                 if Sound is either Full or Partial). You will be prompted
  411.                 to enter the desired option for Mouse, Sound and Error
  412.                 Messages, in that order. Press either 'Y', 'N' or 'A' for
  413.                 Mouse; 'F', 'P' or 'O' for Sound; and 'Y' or 'N' for
  414.                 Error Messages. Press the [Enter] key after selecting
  415.                 each one. Currently selected options are highlighted. 
  416.                 If you are playing from a floppy-disk, do NOT write-protect 
  417.                 the disk, otherwise Config will not be able to write the 
  418.                 configuration information.
  419.           
  420.                 NEW: interrupts the current game and starts a new one.
  421.                 You are asked to confirm by selecting either 'Yes' or
  422.                 'No' from a dialog box. Type either 'Y' or 'N' to enter
  423.                 your selection.
  424.           
  425.                 QUIT: quits Poker Solitaire. You are asked to confirm by
  426.                 selecting either 'Yes' or 'No' from a dialog box. Type
  427.                 either 'Y' or 'N' to enter your selection.
  428.  
  429.  
  430.           Poker Solitaire                                              8
  431.  
  432.  
  433.           
  434.           Variation No. 2
  435.           ---------------
  436.           
  437.           Under Variation No. 2, the first 25 cards from the Pack are
  438.           placed randomly on the 5 x 5 grid. Your objective is to
  439.           re-arrange the cards in order to score the highest possible
  440.           number of points. Use the Pack area as a temporary holding
  441.           place. For example, to move the card that is currently at
  442.           location (1,1) on the grid to location (3,5), first select the
  443.           card at (3,5), move it to the Pack, and then select the card at
  444.           (1,1) and move it to (3,5). To select a card to be moved, first
  445.           type the row and then the column number of the card you want to
  446.           select. The selected card will be highlighted. To move the
  447.           selected card, first press the row and then the column number
  448.           of the location where you want to move the card to. If you
  449.           select a card and decide not to move it, select it again and
  450.           the card will be de-selected.
  451.           
  452.           All commands work as described before, except for UNDO. Since
  453.           you can select any card and place it anywhere on the grid,
  454.           there is no need for an UNDO command. In its place is the DONE
  455.           command. Select DONE when you are satisfied with the way the
  456.           cards are arranged on the grid, and the computer will calculate
  457.           your score.
  458.           
  459.  
  460.           REGISTRATION
  461.           ============
  462.           
  463.           You are granted a license to try this program for a period of
  464.           21 days. If you continue to use this program after the trial
  465.           period is over, you must register by sending the registration
  466.           form and $15 + $5 shipping and handling to
  467.           
  468.                              EM Software          
  469.                              Station A, P.O. Box 2052 
  470.                              Champaign, IL  61825-2052
  471.           
  472.           When you register Poker Solitaire, you receive a diskette with
  473.           the latest version, a printed manual, and a registration
  474.           number and instructions on how to store it into your copy. This
  475.           number will then be displayed instead of the 'Unregistered
  476.           Evaluation Copy' message on the opening screen and on the Info
  477.           window, and the Shareware screen that is displayed after you
  478.           quit the game will be supressed. Note that these are the ONLY
  479.           differences between registered and unregistered copies; your
  480.           evaluation copy is fully functional, not 'crippleware'.
  481.  
  482.           
  483.           Poker Solitaire                                              9
  484.           
  485.           
  486.  
  487.           
  488.           COMMAND-LINE OPTIONS
  489.           ====================
  490.           
  491.           The following command-line options can be specified when you
  492.           load Poker Solitaire:
  493.           
  494.           -mouse          selects the mouse as the input device. This
  495.                           option is ignored if a mouse driver is not
  496.                           found when you load Poker Solitaire.
  497.           
  498.           -nomouse        selects the keyboard as the input device.
  499.           
  500.           -ask            asks whether or not you want to use the mouse.
  501.                           This option is ignored if a mouse driver is not
  502.                           found when you load Poker Solitaire. [Default]
  503.           
  504.           -fullsound      turns full sound (both songs and error beeps)
  505.                           on. [Default]
  506.           
  507.           -partsound      turns partial sound (error beeps, but no songs)
  508.                           on.
  509.           
  510.           -nosound        turns both songs and error beeps off.
  511.           
  512.           -english        selects the English scoring system. [Default]
  513.           
  514.           -american       selects the American scoring system.
  515.           
  516.           -var[n]         selects Variation [n], where [n] is a number
  517.                           from 0 to 2. [Default is -var0]
  518.           
  519.           -back[n]        selects card back [n], where [n] is a number
  520.                           from 1 to 5. [Default is -back1]
  521.           
  522.           -errormsgon     turns error messages on. [Default]
  523.           
  524.           -errormsgoff    turns error messages off.
  525.           
  526.           Note that the command-line switches have precedence over the
  527.           settings selected through the Config command. So, if you have
  528.           Poker Solitaire currently configured to use card back 2 and the
  529.           american scoring system, but you load it as
  530.           
  531.                  poker -back5 -english
  532.           
  533.           card back 5 and the english scoring system will be used.
  534.  
  535.  
  536.           
  537.           Poker Solitaire                                             10
  538.  
  539.  
  540.           
  541.           ACKNOWLEDGEMENTS
  542.           ================
  543.           
  544.           Poker Solitaire was developed using Borland's Turbo Pascal 5.0,
  545.           Turbo Power Software's Turbo Professional 5.0, and Genus
  546.           Microcomputing's PCX Programmer's Toolkit and PCX Effects. 
  547.  
  548.           I wish to thank everybody at CompuServe's Borland Forum. Their
  549.           help and support has been invaluable. I also wish to thank the
  550.           following individuals:
  551.           
  552.           -  Neil Rubenking, author of PianoMan, used to add the songs,
  553.  
  554.       -  Scott Bussinger, author of the BackPlay unit, used to play
  555.              the PianoMan tunes in the background,
  556.           
  557.           -  Tim Godfrey, author of the GRAFTEXT unit, used for the
  558.              extremely fast graphics-mode screen writes,
  559.           
  560.           -  and, last but not least, Mael Martins, for the countless
  561.              hours of beta-testing and for putting up with me whenever I
  562.              get into the 'hack' mode.
  563.  
  564.           
  565.          POKER SOLITAIRE FILES
  566.           =====================
  567.  
  568.           The following files should be present on the Poker Solitaire
  569.           2.1 diskette/archive:
  570.  
  571.           POKER.EXE       Executable file
  572.           POKER.GX        High-resolution images
  573.           POKER.HLP       On-line Help file
  574.           POKER.DOC       This file
  575.           PKS_READ.ME!    General information file
  576.           ORDER.FRM       Registration form
  577.  
  578.           If your copy does not contain all files listed above, you can
  579.           get a fresh copy on CompuServe (PSOL21.EXE on IBMNEW Lib 8),
  580.           GEnie (PKRSOL21.LZH on the IBM-PC RoundTable), or on Bulletin
  581.           Board Systems all over the U.S.
  582.  
  583.  
  584.           
  585.           Poker Solitaire                                             11
  586.           
  587.           
  588.           
  589.           ABOUT SHAREWARE
  590.           ===============
  591.           
  592.           (Definition supplied by the Association of Shareware
  593.           Professionals)
  594.           
  595.           Shareware distribution gives users a chance to try software
  596.           before buying it.  If you try a Shareware program and continue
  597.           using it, you are expected to register.  Individual programs
  598.           differ on details -- some request registration while others
  599.           require it, some specify a maximum trial period.  With
  600.           registration, you get anything from the simple right to
  601.           continue using the software to an updated program with a
  602.           printed manual.
  603.           
  604.           Copyright laws apply to both Shareware and commercial software,
  605.           and the copyright holder retains all rights, with a few
  606.           specific exceptions as stated below.  Shareware authors are
  607.           accomplished programmers, just like commercial authors, and the
  608.           programs are of comparable quality. (In both cases, there are
  609.           good programs and bad ones!)  The main difference is in the
  610.           method of distribution. The author specifically grants the
  611.           right to copy and distribute the software, either to all and
  612.           sundry or to a specific group. For example, some authors
  613.           require written permission before a commercial disk vendor may
  614.           copy their Shareware.
  615.           
  616.           So, Shareware is a distribution method, not a type of software.
  617.           You should find software that suits your needs and pocketbook,
  618.           whether it's commercial or Shareware.  The Shareware system
  619.           makes fitting your needs easier, because you can try before you
  620.           buy. And because the overhead is low, prices are low also.
  621.           Shareware has the ultimate money-back guarantee -- if you don't
  622.           use the product, you don't pay for it.
  623.           
  624.  
  625.                  *   *   *   *   *   *
  626.  
  627.  
  628.           This program is produced by a member of the Association of
  629.           Shareware Professionals (ASP).  ASP wants to make sure that the
  630.           shareware principle works for you. If you are unable to resolve
  631.           a shareware-related problem with an ASP member by contacting
  632.           the member directly, ASP may be able to help. The ASP Ombudsman
  633.           can help you resolve a dispute or problem with an ASP member,
  634.           but does not provide technical support for members' products.
  635.           Please write to the ASP Ombudsman at 545 Grover Road, Muskegon,
  636.           MI 49442-9427 or send a Compuserve message via CMAIL to ASP
  637.           Ombudsman 70007,3536.
  638.           
  639.  
  640.  
  641.  
  642.       REGISTRATION FORM                                      PKRSOL21      
  643.       =================
  644.  
  645.  
  646.       To register Klondike 3.1, Poker Solitaire 2.1, and Pyramid 1.1, 
  647.       please fill out this form and send it with a check or money
  648.       order to
  649.  
  650.              EM Software
  651.              Station A  P.O. Box 2052
  652.              Champaign, IL  61825-2052
  653.  
  654.       NAME: _________________________________________________
  655.  
  656.       ADDRESS: ______________________________________________
  657.  
  658.                ______________________________________________
  659.  
  660.                ______________________________________________
  661.  
  662.  
  663.       Please send me:
  664.  
  665.       ___ copies of Klondike 3.1 @ $15 each           _____
  666.  
  667.       ___ copies of Poker Solitaire 2.1 @ $15 each     _____
  668.  
  669.       ___ copies of Pyramid 1.1 @ $15 each           _____
  670.  
  671.           Shipping and handling *             $5
  672.  
  673.       Total enclosed                   _____
  674.  
  675.           _           _
  676.       Disk Size: |_| 5 1/4''  |_| 3 1/2''
  677.  
  678.       Where did you get this program? ____________________________________
  679.       
  680.       * Outside the US, please enclose $10 shipping and handling.
  681.       
  682.       
  683.       Comments/Suggestions
  684.  
  685.       ____________________________________________________________________
  686.  
  687.       ____________________________________________________________________
  688.  
  689.       ____________________________________________________________________
  690.  
  691.       ____________________________________________________________________
  692.  
  693.       ____________________________________________________________________
  694.  
  695.  
  696.       Thank you!
  697.           
  698. 
  699. ********************************************************************************
  700.  
  701.              CDV - Software * Ettlingerstr. 5 * 7500 Karlsruhe 1
  702.  
  703.