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