home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / spoker.zip / POKER.DOC next >
Text File  |  1988-11-03  |  4KB  |  114 lines

  1.  
  2.  Poker Solitaire
  3.  version 1.1
  4.   
  5.  Release date: Nov-03-1988 
  6.  (version 1.0 was never released to the public)
  7.  
  8.  <C> 1988 by Eduardo Martins
  9.  
  10.  Poker Solitaire was entirely written using Turbo pascal 5.0.
  11.  
  12.  
  13.  SYSTEM REQUIREMENTS
  14.  
  15.     Poker Solitaire requires an IBM-PC or compatible, with an EGA/VGA
  16.     card and monitor.  A Microsoft-compatible mouse is optional.
  17.  
  18.  
  19.  RULES
  20.   
  21.     Shuffle one regular pack and deal twenty-five cards one by one, placing
  22.     them in a 5 x 5 square.  The skill arises in picking the best spot for
  23.     each card.  The object is to make as high a score as possible. counting
  24.     each row and column as a Poker hand and scoring as follows:
  25.      
  26.                  Straight flush         30
  27.          Four of a kind            16
  28.          Straight               12
  29.          Full house             10
  30.          Three of a kind         6
  31.          Flush                   5
  32.          Two pairs               3
  33.          One pair                1
  34.  
  35.     The hands are not ranked as in Poker, but in accordance with their 
  36.     relative difficulty in the solitaire game.  A straight is hard to make,
  37.     for if you play for it you risk making nothing at all.  A full house is
  38.     easier, for you can afford to play for it, making three of a kind or
  39.     two pairs if you fail.  Flushes are very easy to make; in fact, the
  40.     usual plan is to try for flushes in the columns and full houses or
  41.     fours in the rows.  Most of the time you will make three or four flushes
  42.     without giving up any higher-scoring opportunities.
  43.  
  44.     You may discard up to five cards from the pack, but you lose two points
  45.     for each card discarded.
  46.  
  47.  
  48.  COMMANDS
  49.   
  50.     For instructions on how to play, refer to the on-screen help. 
  51.     
  52.     If a Microsoft-compatible mouse driver is installed on your system, you'll
  53.     be asked whether or not you want to use the mouse; otherwise commands
  54.     are entered from the keyboard. 
  55.     
  56.     A note on the Undo command: the last card you've placed on the 5 x 5
  57.     grid can be moved back to the top of the pack, provided that you
  58.     haven't turned the next card face-up (this restriction is to avoid
  59.     'cheating': after you turn a card face up, you could find that
  60.     the new card would give you more points if you placed it on the spot 
  61.     where you've just placed the last card.  Since the rules don't allow
  62.     for that, once you turn the top of the pack card face up, you can't 
  63.     recall the last card you've placed on the grid.), and that you haven't
  64.     discarded a card since your last move.  Since undo operates on
  65.     your LAST command, after you discard a card you can recall that card
  66.     to the top of the pack, but you can't recall a card you've placed on
  67.     the grid before that.
  68.  
  69.     If you wish the game to be silent, use the -nosound option when loading
  70.     the game:
  71.                         poker -nosound <Enter>
  72.  
  73.     Poker Solitaire writes the top ten scores on a file called 'poker.sco'.
  74.     If this file is not found on the current drive or directory when the
  75.     game is loaded, a new one will be created.  If you're playing from a
  76.     floppy disk, DO NOT put a write-protect tab on the disk, or a fatal
  77.     error will occur.
  78.  
  79.  
  80.  ACKNOWLEDGEMENTS
  81.   
  82.     Thanks to:
  83.  
  84.        - Neil Rubenking, for PianoMan, and Scott Bussinger, for BACKPLAY.
  85.          Those two programs made the task of adding songs to the game a
  86.      lot easier.
  87.     
  88.        - Richard Sadowsky, for MOUSE4, used to develop the EGA mouse
  89.          support unit EGAMOUSE (available for download at the BPROGA
  90.      Forum on CompuServe as EGAMOU.ARC).
  91.  
  92.        - Mael Martins, for countless hours of beta testing (although she
  93.          did seem to enjoy it a great "deal"!).
  94.  
  95.        - All the folks at CompuServe's Borland Forum (BPROGA), for
  96.          invaluable help whenever it was needed.
  97.  
  98.  
  99.  REGISTRATION
  100.   
  101.     Poker Solitaire is a shareware program.  Feel free to copy and 
  102.     distribute it to your friends, or upload it to bulettin boards, as 
  103.     long as you include this accompanying doc file.  If you enjoy the 
  104.     program, please register by sending $15 to
  105.      
  106.        Eduardo Martins
  107.        2083-C Orchard Street
  108.        Urbana, IL   61801
  109.  
  110.     This program cannot be sold without express written consent from the
  111.     author.  If you have any comments or suggestions for future releases,
  112.     please write to the above address, or send EASYPLEX to Eduardo
  113.     Martins, 73300,267.
  114.