home *** CD-ROM | disk | FTP | other *** search
/ 100 Great Games for Palm OS 1 / 100PalmV1.iso / Casino / gizmosuite / ReadMeGizmoSuite.txt < prev   
Text File  |  1999-10-18  |  5KB  |  142 lines

  1.    GuizmoSuite v1.4
  2.    *    PokeMe v1.4
  3.    *  Backjack v2.2
  4.    $Header: //JDMdev/My Palm Code/GizmoSuite/Docs/ReadMeGuizmoSuite.txt#3 $
  5.    Released Oct 18, 1999 - PokeMe UPDATE.
  6.    Copyright 1999, Jim Murff
  7.    http://members.aol.com/jmurff1
  8. ------------------------------------------------------------------
  9.  
  10. GuizmoSuite :: This is the beginings of a suite of Card Games. 
  11. Currently, it contains Backjack (aka 21, aka Backjack) and PokeMe
  12. (aka 5 Card Draw).
  13. ------------------------------------------------------------------
  14. 1.) Push a button to select:
  15.  
  16. Backjack - 21 or Blackjack card Game.
  17. PokeMe - 5 Card Draw Poker Game.
  18.  
  19. 2.) Push the DEAL Button to take you to the corresponding game 
  20.     screen and start the game.
  21.  
  22. The Menus available on this screen:
  23. - allow you to play either game.
  24. - allow you to see statistics from either game.
  25. - See the about this program.
  26. - Quit Gizmo Suite. (why would you want too?).
  27.  
  28. ------------------------------------------------------------------
  29. Backjack :: This is a simple implementation of BlackJack 
  30. (aka 21, aka Backjack).
  31. ------------------------------------------------------------------
  32. Rules:
  33. - The Goal is to get your Cards to total 21 without going over that score. 
  34. * Cards 2-10 = face value.
  35. * Cards J,K,Q = 10 pts.
  36. * Ace = 1pt or 11pts.
  37.  
  38. - This implementation uses one Deck(52   cards).
  39.  
  40. - The HIT button deals you a card.
  41.  
  42. - The STAND button passes turn to the Dealer.
  43.  
  44. - If you bust (go over 21) or get 21, deal automatically passes to Dealer.
  45.  
  46. - Pilot has to hit(take a card) on any score of less than 17.
  47.  
  48. - If the NEW DEAL button is hit the deck continues to be used unshuffled.
  49.  
  50. - Hitting the NEW DECK button causes the deck to be shuffled and re-dealt.
  51.  
  52. - Once a deck is used up it causes a reshuffle and a new hand is dealt.
  53.  
  54. - There is no splitting currently. 
  55.  
  56. - Statistics are available for Current games and Running Totals from the 
  57.   first time ever played. Select the Statistics menu item from the Backjack
  58.   main screen.
  59.  
  60. Future ideas include in no Particular Order:
  61. - Splitting.
  62. - Psuedo Money.(Betting)
  63. - Double Down. 
  64. - Save State.
  65. - 6 deck version. (Las Vegas Style).
  66. - Odds calculations.
  67. - Ability to setup a hand and play it out with odds.
  68. - Virtual Players so Odds can be calculated with more than
  69.   just You and the Dealer. 
  70.  
  71. ------------------------------------------------------------------
  72. PokeMe :: This is a simple implementation of Poker. 
  73. (aka 5 Card Draw).
  74. ------------------------------------------------------------------
  75. Goal of Poker is to have a higher hand than the other players.  Hand Ranks:
  76. * Royal flush - 10,J,K,Q,A same Suit.
  77. * Straight flush - Any straight with all cards of Same Suit.
  78. * Four of a kind.
  79. * Full House - 3 of a Kind and a Pair.
  80. * Flush - 5 cards of all the same suit.
  81. * Straight - 5 cards in Series not of same suit.
  82. (e.g. A,2,3,4,5 or 7,8,9,10,J)
  83. * Three of a kind.
  84. * Two Pairs.  
  85. * One Pair  
  86. * High Card - If both cards are same then High Suit decides it. 
  87. * Suit Order: (lo->hi) Diamond,Clubs,Hearts,Spades.
  88.  
  89. - 4 cards can be discarded if an Ace is held.
  90.  
  91. - This implementation uses one Deck (52   cards).
  92.  
  93. - If you hit NEW DEAL button it causes the deck to be shuffled and re-dealt.
  94.  
  95. - DRAW button replaces cards not held (TAP a card to HOLD it)  
  96.   by the player and passes turn to the Dealer.
  97.  
  98. Future ideas include in no Particular Order:
  99. - Psuedo Money.(Betting)
  100. - Save State.
  101. - Odds calculations.
  102. - Ability to setup a hand and play it out with odds.
  103. - Virtual Players so Odds can be calculated with more than
  104.   just You and the Dealer.
  105.  
  106. ------------------------------------------------------------------
  107. Installation:
  108. ------------------------------------------------------------------
  109. 1.) Using your favorite PalmPilot Install program, install 
  110. GuizmoSuite.prc. This runtime version will replace any other 
  111. installed version of GuizmoSuite.
  112.  
  113. ------------------------------------------------------------------
  114. Files included:
  115. ------------------------------------------------------------------
  116. GuizmoSuite.prc - Palm Application. (30k on the Palm. 1k Database)
  117. Credits.txt
  118. Changes.txt
  119. ReadMeGizmoSuite.txt - this file.
  120.  
  121. ------------------------------------------------------------------
  122. Contact:
  123. ------------------------------------------------------------------
  124. This has been tested on PalmIII and Palm IV.
  125. Feedback welcome! Please report Bugs to Jim Murff (jmurff1@aol.com).
  126.  
  127. Support Shareware!
  128. If you like this game pay $5 at palmcentral.com or palmgear.com.
  129.  
  130. If not that's cool too! Enjoy!!
  131. Gizmo is a Good Dog
  132.  
  133. ------------------------------------------------------------------
  134. Legal:
  135. ------------------------------------------------------------------
  136. This software is provided as is, with no guarantee of fitness for any particular
  137. task. The user assumes all responsibility for its use.
  138.  
  139. ================================================================================
  140.  
  141.  
  142.