home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 31 / bbd31.zip / 214124.TXT < prev    next >
Text File  |  1989-03-08  |  3KB  |  58 lines

  1. |A╔══════════════╗════════════════════════════════════════════════╔══════════════╗
  2. |A║ |6Fun 'n Games |A║═════════════════ ^121 FOR 1 TO 4^0 |A════════════════║ |6Fun 'n Games |A║
  3. |A╚══════════════╝════════════════════════════════════════════════╚══════════════╝
  4. ^Cby
  5. ^CJohn Klein
  6.  
  7.    Welcome to Vegas . . . well almost.  You and up to three of your friends 
  8. can challenge the computer to a friendly little game of Blackjack.  If you get 
  9. tired of that just slip the game into computer play mode, sit back and watch 
  10. the cards fly. 
  11.  
  12.    The goal of this popular casino card game is to beat the hand of the dealer 
  13. without going over a score of twenty one.  Face cards count as 10 points, Aces 
  14. can count as either 1 or 11, and all other cards count as their face value.  
  15.  
  16. ^1The Game^0
  17.  
  18.    Enter the number of players to play (this number cannot exceed 4).  Each 
  19. player starts with $100.00, but should you go "bust" (run out of money) during 
  20. the game you will be allowed to withdraw more from you Swiss bank account. 
  21.  
  22.    At the start of a round, each player must enter the amount of money to be 
  23. wagered.  Once all bets have been placed, the cards are dealt.  Each player 
  24. will be serviced one at a time, starting with player one, until all players 
  25. have been served.  Allowable actions during a turn include:
  26.  
  27.         Hit           - accept another card from the dealer. 
  28.  
  29.         Split         - split a matching pair of cards creating two hands and 
  30.                       doubling the amount bet.  Each hand is played separately 
  31.                       until all hands have been played.
  32.  
  33.         Double Down   - accept another card from the dealer and double 
  34.                       the amount bet, this terminates a player's turn.
  35.         
  36.         Stay          - terminate a player's turn.
  37.  
  38. A player's turn is concluded with a Stay, Double Down, or by going over twenty 
  39. one in total score.  Once all players have been served, the dealer concludes 
  40. his hand.  The dealer must accept cards until his total exceeds a score of 
  41. seventeen or goes over twenty one.
  42.  
  43. ^1Payoff^0
  44.  
  45.     If a player's total score should be less than that of the dealer's or be 
  46. over twenty one, the player loses the amount bet.  A score of twenty one in 
  47. two cards pays one and a half times the amount wagered.  All other hands that 
  48. beat the dealer pay equal to the amount bet.  When a player and the dealer tie 
  49. no money is lost.
  50.  
  51.    To run this program outside ^1Big Blue Disk^0, type:  ^1214124^0.
  52.  
  53. DISK FILES THIS PROGRAM USES:
  54. ^F214124.EXE
  55. ^FLARGCARD.DAT
  56. ^FBRUN30.EXE
  57. ^FRETURN30.EXE
  58.