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