home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / spgames.lzh / BLACKJAK.DOC < prev    next >
Text File  |  1989-06-19  |  3KB  |  83 lines

  1.                        =====================
  2.                         B L A C K   J A C K
  3.                        =====================
  4.                           requires EGA
  5.  
  6.                    (C) Stephen Peter, June 1989.
  7.  
  8. INTRODUCTION
  9.   This game is a simple version of Casino BlackJack (one player versus the
  10.   dealer).  There are many books which contain descriptions of the basic rules
  11.   of play for BlackJack, so I won't cover them here.  Most of the rules are the
  12.   same, but there are some differences:
  13.  
  14.     At the beginning of the game you have $500.
  15.     The game uses 1 pack of cards at a time.
  16.     When the current pack is finished the cards are reshuffled (the computer
  17.     beeps) and play continues.
  18.     You must "buy" the first two cards.
  19.     You can "sit" on anything (it doesn't need to total 16)!
  20.     Your bet on the first card becomes the maximum bet for the hand.
  21.  
  22.     The computer needs 16 or over to sit;  and then must sit.
  23.     The dealer must get a higher total to win the hand.
  24.     If the totals are equal, your bets are "carried" into the next hand.
  25.  
  26.     If a bet has been carried from the previous hand, the "carry" amount is
  27.     displayed on the left of the players header (but is NOT deducted from the
  28.     players total - on the right).
  29.  
  30.     BlackJack's pay double your bet.
  31.     Pontoon (10 and Ace) pays 1.5 times your bet.
  32.     5 cards under 21 and 6,7,8 do not pay special rates.
  33.  
  34. Not (yet) implemented
  35. =====================
  36.   -  more than one player (against the dealer).
  37.   -  splitting (of pairs) to be two separate hands.
  38.   -  changing bank.
  39.  
  40.  
  41. ==============================================================================
  42. REGISTRATION
  43.   If you would like to register your copy of this program, send $30 to the
  44.   address below (include details of preferred Disk formats).
  45.  
  46.   Registered users will receive the latest copy of the program PLUS a copy of
  47.   CARD-ED (a "drawing" program that can be used to edit the cards), and some
  48.   other programs I'll decide on at the time.
  49.   ** CARD-ED requires EGA and a mouse.
  50.  
  51.  
  52. TURBO PASCAL UNITS
  53.   If you would like a copy of the Card read/display unit, send $40 to the
  54.   address below.  This does not include the source, it only includes the TPU
  55.   file, sample programs and notes which explain how the unit can be included
  56.   in your (EGA graphics) card programs.
  57.  
  58.  
  59. SOURCE LISTING
  60.   A commented source listing can be obtained by sending $75 to the address
  61.   below.  A source listing of CARD-ED is available for $100.
  62.  
  63.  
  64. COMBINATION DISCOUNTS
  65.   $55   Registration and Card read/display TPU.
  66.   $95   Registration and source listing of BLACKJACK.
  67.  $145   Registration and source listing of BLACKJACK and CARD-ED.
  68.  
  69.  
  70. PAYMENT
  71.  Please make all payments in US currency; Bank cheques or Money Orders please,
  72.  (if sending from Australia or New Zealand, local currency is fine).
  73.  
  74. ==============================================================================
  75.    please address any comments to:
  76.  
  77.    SPETER SOFTWARE
  78.    PO BOX 643
  79.    LANE COVE
  80.    N.S.W.   2066
  81.    AUSTRALIA
  82. ==============================================================================
  83.