home *** CD-ROM | disk | FTP | other *** search
/ UpTime Volume 1 #4 / utv1n4s1.d64 / blkjk.doc < prev    next >
Text File  |  2022-08-28  |  2KB  |  78 lines

  1.     Blackjack is essentially a contest
  2.  between each individual player and the
  3.  dealer.  The  object  is  to  get the
  4.  highest point total without going over
  5.  twenty-one  (called  a "bust").  Face
  6.  cards count ten,  aces are counted as
  7.  either one or eleven, other cards are
  8.  counted  at  face  value.
  9.  
  10.     The game begins with the dealer re-
  11.  ceiving two cards, one shown face-up,
  12.  the other face down.  In actual table
  13.  play, each  player now  receives  his
  14.  first two cards,  both face down.  On
  15.  our  screen,  however,  they  will be
  16.  displayed face-up.  If he has "black-
  17.  jack"  (an ace and a ten-count card),
  18.  he  wins at once,  and is paid 3 to 2
  19.  odds.
  20.  
  21.     The player  now has the  option to
  22.  either ask for a "hit" (another card),
  23.  or "stand" (take no more cards).  The
  24.  player may draw  as many times  as he
  25.  wants,  but if his  total score  goes
  26.  over 21, he loses at once,  no matter
  27.  what occurs later  with the  dealer's
  28.  hand.
  29.  
  30.     After all  players have  finished,
  31.  the dealer draws to complete his hand.
  32.  This is done by strict rules.  If his
  33.  total  score is  16  or less he  must
  34.  draw;  if  17 or more he must  stand.
  35.  Scores are then compared.  If a play-
  36.  er scores  more than the  dealer,  he
  37.  wins the amount of his bet;  if  less
  38.  than the dealer,  he loses;  if a tie
  39.  occurs  (called a "push" or a "stand-
  40.  off"),  then the bet is returned.  If
  41.  the  dealer's  first two cards  are a
  42.  Blackjack,  then the  player's  cards
  43.  are shown  in turn.  The player loses
  44.  unless  he also has a  Blackjack.  If
  45.  so, his bet is returned.
  46.  
  47. INSURANCE BETS
  48.  
  49.     If the dealer's up-card is an ace,
  50.  the player has  the option to make an
  51.  insurance bet  of half the amount  of
  52.  his original bet.  He is betting that
  53.  the dealer does have a blackjack.  If
  54.  so, the bet pays 2 to 1.  If not, the
  55.  bet loses.
  56.  
  57. SPLITTING PAIRS
  58.  
  59.     If the player's first two cards are
  60.  the same denomination, he may elect to
  61.  split them,  using each  as the first
  62.  card  of  a separate hand,  with  the
  63.  amount of his original bet now played
  64.  on each.  The  hands  are  played and
  65.  scored separately.
  66.  
  67. ONE DOWN FOR DOUBLE                     
  68.     If  the  player's  first two cards
  69.  total 9, 10, or 11,  he  may elect to
  70.  double his bet and draw only one card.
  71.  (The term  originated  from the table
  72.  game,  where the  bet is indicated by
  73.  turning the first two cards  face-up,
  74.  and doubling one's bet).  The total of
  75.  the three cards is the player's final
  76.  score.
  77.  
  78.