home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OS9000 / GWINDOWS / blackjack_x86.uue / blackjack_x86.lzh / Blackjack.doc < prev    next >
Text File  |  1995-10-17  |  4KB  |  87 lines

  1.  
  2.                   Blackjack (or 21) for G-Windows
  3.    Copyright 1994, 1995 by Stephen Carville and High G Software
  4.  
  5.  This is a simple game of Blackjack where you, as the only Player,
  6.  compete against a computer acting as the Dealer.  This version is
  7.  loosely based on the rules  found in the eighteenth edition of
  8.  "Hoyle's Rules of Games" plus some kibbutzing from beta testers.
  9.  Since I've never even been inside a casino I don't know how close
  10.  these come to the actuality.
  11.  
  12.  To start the the game, double click on the icon or type the name
  13.  'blackjack' at the command prompt.  This version (2.XX) of the
  14.  game will only work on a CLUT system.   From the startup window
  15.  select the number of decks to be played (one, two or three) and
  16.  click on the start button to begin play.
  17.  
  18.  When the program starts it draws the table in green and presents
  19.  you, the Player, with the betting window.  Select a bet from
  20.  $2.00 to $10.00 by clicking the mouse in the appropriate box.
  21.  Once a bet is selected, click on <OK> to start dealing cards.
  22.  The total size of the Player's bankroll is shown in the upper
  23.  right hand corner of this window.  No bets can be placed in an
  24.  amount greater than this bankroll.  If this window is in an in-
  25.  convenient place it can be moved by "dragging" it to a new posi-
  26.  tion.
  27.  
  28.  After placing a bet, the Player is dealt two cards face up and
  29.  the Dealer is dealt one card face down and a second card face up.
  30.  The Player then decides if he wants another card or if he thinks
  31.  the hand is adequate.  The decisions are communicated to the com-
  32.  puter via the buttons along the bottom of the screen:
  33.  
  34.    1. "Hit Me".  This button deals you another card from the deck.
  35.       If your total is 21 or less, you have the option of taking
  36.       another card or selecting the next button:
  37.  
  38.    2. "I Stand".  You are finished with your turn and the Dealer
  39.       now plays.
  40.  
  41.    3. "Double Down".  This option can only be selected before
  42.       being dealt a third card.  If the Player's bankroll allows,
  43.       this option doubles the bet and the Player is dealt one more
  44.       card from the deck.  If the Player's total is 21 or less,
  45.       the Dealer now plays.
  46.  
  47.  If the Dealer's up card is an Ace, the Player is given the option
  48.  of buying "Insurance".  This is a hedge against the Dealer's face
  49.  down card being ten points for a total of 21.  If the Dealer does
  50.  have 21, this additional bet pays the amount of the original bet
  51.  but, if the Dealer has less than 21, you will lose 1/2 the
  52.  original bet.  Insurance is resolved separately from regular play
  53.  and the hand must still be played normally.
  54.  
  55.  
  56.  The final resolution of the hand will be displayed in the "Status
  57.  Window" and a button titled "OK" will become active.  The game
  58.  will halt until the mouse is clicked in this button.
  59.  
  60.  Winning:
  61.  
  62.  If the Player has a higher score than the Dealer without going
  63.  over 21, he wins the amount of his original bet.
  64.  
  65.  If the player has a 21 on the initial deal and the dealer does
  66.  not have a 21, the player wins 1 1/2 times the original bet.
  67.  
  68.  If the Player wins on a "Double Down", he is paid twice the
  69.  original bet.  This is functionally the same as doubling the bet.
  70.  
  71.  If the player can get five cards withour going over 21, he will
  72.  win twice the original bet.
  73.  
  74.  Like all software I write, this game is scrupulously honest.  The
  75.  player, on the average, will win approximately 49% of the bets.
  76.  The dealer will win about 51% of them.  There are occasional
  77.  ties.  That two percent difference is, of course, the ubiquitous
  78.  house percentage.
  79.  
  80.  Report any problems, comment, bugs, etc. to:
  81.  
  82.        Stephen Carville  High-G Software
  83.        pagan@delphi.com  P.O. Box 822
  84.                          Glendora, CA 91740
  85.                          (818) 914-2511
  86.  
  87.