home *** CD-ROM | disk | FTP | other *** search
/ 200+ Great Games for PDA / 200+PDA.BIN / 200+PalmGames / Blackjack++ / Blackjack++.txt < prev   
Text File  |  2003-01-24  |  14KB  |  434 lines

  1. Blackjack++
  2. Copyright(c) 2002, Rose Software
  3. All Rights Reserved
  4.  
  5.  
  6. ------------
  7. Introduction
  8. ------------
  9.  
  10. Thank you for trying Blackjack++.  This program is distributed as
  11. shareware, which means you can try it for a limited amount of 
  12. time, but if you decide to keep it you must pay for it.  You have
  13. an initial bankroll of $500.  After this money runs out, you will
  14. need to enter a valid registration code in order to be able to get
  15. more chips.
  16.  
  17. There are two ways you can purchase the product and get the
  18. registration code for the game - by check and by credit card.  To
  19. pay by check, please send US check or money order made payable to 
  20. "Rose Software" to:
  21.  
  22.    Rose Software
  23.    7022 Circleview Drive
  24.    St. Louis, MO  63123
  25.  
  26. When paying by check, please note the product you are registering
  27. for and an e-amail address to which the code can be sent.
  28.  
  29. To pay by credit card, please visit the Blackjack++ product page
  30. at the following address for more information:
  31.  
  32.    www.rosesw.com/blackjack.html
  33.  
  34. You support is extremely appreciated!
  35.  
  36.  
  37. ---------------
  38. Blackjack Rules
  39. ---------------
  40.  
  41. Blackjack is one of the most popular table games found in casinos.
  42. One advantage that it has over other table games is that it is
  43. the only game in which the player can establish a true long-term
  44. statistical advantage over the house.
  45.  
  46. This card game is very easy to learn. Its goal and rules are
  47. simple and clear: in order to win a hand you must have a hand
  48. value greater than that of the dealer without exceeding
  49. twenty-one.  The player has control of when to take additional 
  50. cards (hit) and when to stop taking cards (stand).  However, the
  51. dealer may not make decisions on their own; the taking of cards
  52. or standing is based on a set of rules.  The dealer must take
  53. cards until their hand is at least 17.
  54.  
  55. The play of the game is as follows.  The player determines a wager
  56. amount before any cards are dealt.  After selecting the wager, the
  57. player and dealer are each dealt two cards.  The player can see
  58. all of his cards.  However, only one of the dealer's cards are
  59. visible.
  60.  
  61. The value of the cards are determined as follows:
  62.  
  63.    Card              Value
  64.    ----              -----
  65.    2 through 9       face value of card
  66.    10, J, Q, K       10
  67.    Ace               1 or 11
  68.  
  69. The value of your hand after receiving your two cards will be
  70. between four and 21.  At this point, a number of options are
  71. available to you:
  72.  
  73. Blackjack - The total of your two cards is 21 (that is, you have
  74. an ace and a 10, jack, queen, or king.  If you have a blackjack
  75. and the dealer does not, you will be paid 150% of your original
  76. wager.
  77.  
  78. Hit - When you select the "Hit" button, another card will be dealt
  79. from the deck and your hand total will be displayed.  If the total
  80. of your cards is greater than 21, you "bust", and you lose the
  81. hand and the amount of money you wagered.
  82.  
  83. Stand - When you select the "Stnd" button, you will receive no
  84. more cards and the dealer will start taking cards.
  85.  
  86. Double - When you select the "Dbl" button, you are doubling your
  87. initial wager, and will receive just one more card before the
  88. dealer starts taking cards.  If you do not have enough money to
  89. double, then the Dbl button is not displayed.
  90.  
  91. Split - When you are dealt two cards of the same type, you may
  92. split them into separate hands.  Since you will now be playing
  93. two hands, you must have enough money in your bankroll to cover
  94. an additional wager.  When you split, one of the original two
  95. cards is put into each of the split hands, and an additional card
  96. is dealt to each hand.  You play each hand separately.
  97.  
  98. Surrender - When you select the "Surr" button, you are forfeiting
  99. the hand.  However, you only lose half of the original wager.
  100. The Blackjack++ game only supports "Early Surrender", which means
  101. that you can only surrender after seeing your two original cards
  102. and before taking any additional cards.
  103.  
  104. Insurance - If the dealer's exposed card is an ace, you will be
  105. asked if you want insurance.  If you select "Yes", then you will
  106. be wagering an additional amount equal to one half of your
  107. original wager.  If the dealer has a blackjack, you keep your
  108. original wager and the insurance wager.  If the dealer does not
  109. have blackjack, then you lose the insurance wager, but are still
  110. in the game for the original wager.  If you select "No" and the
  111. dealer does has blackjack, then you lose your original wager.
  112.  
  113. Even Money - If you have a blackjack and the dealer's exposed card
  114. is an ace, you will be offered even money.  If you select "Yes",
  115. you will win an amount equal to your original wager, as opposed
  116. to winning 150% of your original wager.  If you select "No" and
  117. the dealer does have a blackjack, then the hand is treated as a
  118. "push" - you keep your original wager but do not win any money.
  119.  
  120.  
  121. After you stand or bust on all hands (including any split hands),
  122. the dealer's card will be exposed.  At that time, the dealer must
  123. take cards until his hand total is 17 or greater.  If the dealer
  124. busts, then you win on all hands that have not busted.  If the
  125. dealer gets above 17 and does not bust, then the following can
  126. occur:
  127.  
  128. Win - Your hand total is greater than the dealer's and less than
  129. or equal to 21.  In this case, you win an amount equal to your
  130. wager.
  131.  
  132. Lose - Your hand total is less than the dealer's.  In this case,
  133. you lose your wager.
  134.  
  135. Push - Your hand total is the same as the dealer's hand total.
  136. You keep your wager, but do not win any additional money.
  137.  
  138.  
  139.  
  140. -------------
  141. Screen Layout
  142. -------------
  143.  
  144. The screen for the game is divided as follows:
  145.  
  146.    +---------------------------------------+
  147.    | Blackjack       Deck: xx%             |
  148.    |---------------------------------------|
  149.    |  Dealer Card Area                     |
  150.    |                                       |
  151.    |                                       |
  152.    |                                       |
  153.    |---------------------------------------|
  154.    |  Player Card Area                     |
  155.    |                                       |
  156.    |                                       |
  157.    |                                       |
  158.    |---------------------------------------|
  159.    |             Play Buttons              |
  160.    +---------------------------------------+
  161.  
  162. Before the deal, the bankroll and wager amount are displayed in
  163. the "Play Buttons" area of the screen.  If you tap the "Amt"
  164. button, a window will display that allows you to change your
  165. wager amount.  The minimum bet is $5, and the maximum bet is set
  166. in the preferences section (see below).  The following buttons
  167. are available to set the wager amount:
  168.  
  169. Clr - Sets the wager amount to 0.
  170.  
  171. Min - Sets the wager amount to the table minimum bet of $5.
  172.  
  173. Max - Sets the wager amount to the table maximum.  If the
  174. player does not have enough money in their bankroll to bet the
  175. table maximum, or if there is no table maximum, then the bet is
  176. changed to the amount of the player's bankroll.
  177.  
  178. +1 -   Add $1 to wager amount.
  179. +5 -   Add $5 to wager amount.
  180. +25 -  Add $25 to wager amount.
  181. +100 - Add $100 to wager amount.
  182. +500 - Add $500 to wager amount.
  183. +1K -  Add $1000 to wager amount.
  184.  
  185. If at any point of adding to the wager amount the player bankroll
  186. amount or the table limit is reached, a message will appear and
  187. the bet will be set to the bankroll amount or table limit.
  188.  
  189. After the wager amount is set and the "Deal" button is pressed,
  190. then the "Play Buttons" area contains buttons to hit, stand,
  191. double, etc.
  192.  
  193. The player's cards are displayed in the Player Card Area, and the
  194. dealer's cards are displayed in the Dealer Card Area.
  195.  
  196. The top portion of the screen contains a window title
  197. ("Blackjack") that, when pressed, displays the pulldown menu
  198. items.  It also contains an indication of how much of the deck is
  199. remaining.  The cards are shuffled when 20% of the deck is
  200. remaining.
  201.  
  202.  
  203. ------------
  204. Menu Options
  205. ------------
  206.  
  207. The following menu buttons are available:
  208.  
  209. Buy Chips 500 - Buy an additional $500 in chips.  This option is
  210. only available for those that have entered the correct
  211. registration code.
  212.  
  213. Cash in Chips 500 - Cash-in $500 in chips.  This option is only
  214. available for those that have entered the correct registration
  215. code.
  216.  
  217. Statistics - View buy-in amount, winnings, hands won/lost, and
  218. hand statistics.
  219.  
  220. Instructions - Game play instructions.
  221.  
  222. Options - Set game preferences.  This option is not available
  223. in the middle of a hand.  See the Options section below for more
  224. details.
  225.  
  226. About Blackjack- Gives version number and other info.
  227.  
  228. Register - Allows entering of registration code.  Also contains
  229. registration info.
  230.  
  231.  
  232.  
  233. -------
  234. Options
  235. -------
  236.  
  237. When the Options menu button is selected, a form is displayed that
  238. allows you to set various game parameters.  This allows you to
  239. tailor Blackjack++ to match the rules at your favorite casino.
  240.  
  241. The following options are available:
  242.  
  243. Num Decks - Allows you to set the number of decks of cards used
  244. to 1, 2, 4, 6, or 8.
  245.  
  246. Double On - Specifies whether you can double on anything, 9/10/11
  247. only, 10/11 only, or never.
  248.  
  249. Table Limit - Specifies the maximum bet allowed at the table.
  250. Can be set to $100, $500, $1000, or no limit.
  251.  
  252. Show Hints - Checkbox to indicate if the program should highlight
  253. the suggested action to take.
  254.  
  255. Surrender Allowed - Checkbox to indicate if surrender is allowed
  256. or not.
  257.  
  258. Dealer Hits Soft 17 - Since an ace can count as 1 or 11, a "soft"
  259. total is one in which the ace is counted as 11.  This checkbox
  260. allows you to specify whether the dealer will hit or not if they
  261. have a soft 17 (e.g., ace-six, etc).
  262.  
  263. Allowed to Hit Split Aces - When aces are split, most casinos do
  264. not allow the player to hit the hand after the second card is
  265. added to the split hand.  This option controls whether the player
  266. can hit the hand or not.
  267.  
  268. Insurance Allowed - Specifies whether insurance will be offered
  269. when the dealer is displaying an ace.
  270.  
  271. Even Money Allowed - Specifies whether the user will be offered
  272. even money when they have a blackjack and the dealer is showing
  273. an ace.
  274.  
  275.  
  276. -------------
  277. Game Strategy
  278. -------------
  279.  
  280. You can significantly improve your chances at blackjack by knowing
  281. when to hit, stand, double, split, etc.  There are a number of
  282. sites on the Internet that provide both basic and advanced game
  283. playing strategy.  Probably the best way to find them is to
  284. perform an web search using "Blackjack Strategy".  However, below
  285. is a basic strategy guide that will work for most situations:
  286.  
  287.  
  288. Hard hands
  289. ----------
  290.  
  291. Stand on the following hands: 
  292.   12-16 | only if dealer's upcard is lower than 7 
  293.   17-21 | dealer's upcard doesn't matter
  294.  
  295. Double down 
  296.   9 | only if dealer's upcard is lower than 7 
  297.   10-11| only if dealer's upcard is lower than your total 
  298.  
  299. Surrender 
  300.   16 | only if dealer's upcard is 9 or higher 
  301.   15 |  only if dealer's upcard is 10 
  302.  
  303. Hit all other hands. 
  304. Hit if you are not allowed to double or surrender. 
  305.  
  306.  
  307. Soft hands 
  308. ----------
  309.  
  310. Stand on the following hands: 
  311.   A8-A10 | dealer's upcard doesn't matter 
  312.  
  313. Double down 
  314.   A2-A5 | only if dealer's upcard is 4, 5 or 6 
  315.   A6-A7 | only if dealer's upcard is lower than 7 
  316.  
  317. Hit all other hands. 
  318. Hit if you are not allowed to double after splitting. 
  319.  
  320.  
  321. Pairs
  322. ----- 
  323.  
  324. Split 
  325.   22, 33 | only if dealer's upcard is 4, 5, 6 or 7 
  326.   66, 77 | only if dealer's upcard is lower than 7 
  327.   88, AA | dealer's upcard doesn't matter 
  328.   99 | only if dealer's upcard is lower than 10 
  329.  
  330. Stand 
  331.   99 | only if dealer's upcard is 10 or ace 
  332.   10s, Js, Qs, Ks | dealer's upcard doesn't matter 
  333.  
  334. Double down 
  335.   44 | only if dealer's upcard is 5 or 6 
  336.   55 | only if dealer's upcard is lower than 10 
  337. Hit all other hands (don't ever split them). 
  338.  
  339. Hit if you are not allowed to double after splitting.
  340.  
  341.  
  342.  
  343. ------------
  344. Registration
  345. ------------
  346.  
  347. There are two ways you can purchase the software and get the
  348. registration code for the game - by check and by credit card.
  349.  
  350. To pay by check, please send your payment (made payable to
  351. "Rose Software") to:
  352.  
  353.    Rose Software
  354.    7022 Circleview Drive
  355.    St. Louis, MO  63123
  356.  
  357. When paying by check, please note the product you are
  358. registering for and an e-amail address to which the code can
  359. be sent.
  360.  
  361. To pay by credit card, please visit the Blackjack++ product page
  362. at the following address for more information:
  363.  
  364.    www.rosesw.com/blackjack.html
  365.  
  366.  
  367. For questions, please contact:
  368.  
  369.    sales@rosesw.com
  370.  
  371.  
  372. Thank you for your support!
  373.  
  374.  
  375.  
  376. ------------
  377. Installation
  378. ------------
  379.  
  380. Install Blackjack++.prc using instapp.exe.  This is done by
  381. double-clicking the Blackjack++.prc file in Windows and
  382. following the directions.
  383.  
  384.  
  385.  
  386. ----------------
  387. Revision History
  388. ----------------
  389.  
  390. 1.0 - Initial Release Features
  391.      - Basic game operation
  392.     - Adjustable wager amount
  393.     - Auto pop-up when amount in bankroll can not cover wager
  394.     - Game statistics, including
  395.         - Buy-in and winnings
  396.         - Number of hands, hands busted, hands won, hands lost
  397.         - Reset feature for statistics
  398.     - Buy additional chips or cash chips in
  399.     - Online instructions
  400.     - Configurable game options
  401.  
  402. 1.1 - Minor Bug Fix Release
  403.  
  404. 1.2 - Hint Feature
  405.  
  406.  
  407.  
  408. -----------
  409. Legal Stuff
  410. -----------
  411.  
  412. Rose Software is not responsible for lost data.  We have tested
  413. the apps thoroughly;  however, you are responsible for assuring
  414. that your PDA has been properly backed up in case any software
  415. causes your pilot to fail.
  416.  
  417.  
  418.  
  419. -------------
  420. Bug Reporting
  421. -------------
  422.  
  423. In the very unlikely event of a bug, if you are the first
  424. registered user to report the bug, you are entitled to a free
  425. registration for any of our other products.  Please report any
  426. bugs or program suggestions to:
  427.  
  428.    support@rosesw.com
  429.  
  430.  
  431. Copyright(c) 2002, Rose Software
  432. All Rights Reserved
  433.  
  434.