home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / HP_GAME / YAHTZEE / YAHTZEE.ZIP / YAHTZEE.DOC < prev    next >
Encoding:
Text File  |  1996-05-29  |  4.8 KB  |  131 lines

  1. Table of Contents ----------------------------
  2.  
  3.  1. How to play Yahtzee        
  4.  
  5.  2. Playing the game on the Palmtop
  6.  
  7.  3. Tips for Running the game on the Palmtop
  8.  
  9. This game is freeware. Please enjoy the program and share it
  10. with others. If you give it to someone else (or post it on a
  11. bulletin board service), be sure to include the three files:
  12.  
  13. YAHTZEE.EXE    The program itself.
  14. YAHTZEE.DOC    The documentation (this file).
  15. YAHTZEE.ICN    The icon.
  16.  
  17. Updates to the game will be available at the web site:
  18. http://users.aol.com/FreeWhl44
  19.  
  20. Please let me know what you think of this game, or if you 
  21. have suggestions to make it better. For future versions, I'm
  22. thinking of allowing two players, and/or triple-scoring.
  23.  
  24.    Curtis Cameron
  25.    freewhl44@aol.com
  26.    1520 Glastonbury Dr
  27.    Plano, TX  75075
  28.  
  29. How to play Yahtzee ---------------------------------
  30.  
  31. Yahtzee is a simple game in which you try to roll different
  32. patterns with five dice. In the traditional version of the
  33. game, any number of players compete by alternating turns,
  34. but each playing independently, and then comparing scores
  35. at the end. In this version, only one person plays, trying
  36. to score as high as possible.
  37.  
  38. Each turn consists of up to three rolls of five dice, and
  39. any or all of the dice may be rolled each turn. Each turn
  40. must be scored in one of thirteen categories, and each
  41. category may be scored only once each game. The categories
  42. are:
  43.  
  44. Ones: Try to roll as many ones as possible, and score the
  45. total of only those ones.
  46.  
  47. Twos through Sixes: The same as ones, with the other
  48. numbers.
  49.  
  50. 3 of a kind: To be able to score at all in this category,
  51. you must have rolled at least three matching dice. You then
  52. total all the dice to score.
  53.  
  54. 4 of a kind: Same as above, but four dice must match.
  55.  
  56. Full House: Three of the dice must match, and the other two
  57. must match each other. Like a full house in poker. Scores
  58. 25 points.
  59.  
  60. Small Straight: A sequence of four numbers in a row.
  61. Scores 30.
  62.  
  63. Large Straight: A sequence of five numbers in a row.
  64. Scores 40.
  65.  
  66. Yahtzee: All five dice must match. Scores 50.
  67.  
  68. Chance: No conditions; you may score any time by totalling
  69. all dice.
  70.  
  71. Special bonus: The Ones through Sixes categories on the
  72. left side of the card qualify you for a special bonus of 35
  73. points. To get the bonus, the total points for those
  74. categories must be at least 63. You can make 63 by scoring
  75. three dice in each category.
  76.  
  77. Playing the game on the Palmtop --------------------------
  78.  
  79. The controls to play the game are designed to be easy to
  80. use. You may roll the dice either with the Roll softkey
  81. (F8), or with the Enter key. To hold a die so that it will
  82. not be rolled again, hit the F-key (F2 - F6) which lines up
  83. with that die.
  84.  
  85. After three rolls, you then move the highlight to the spot
  86. where you would like to score, and hit either the Enter
  87. softkey or the Enter key on the keyboard. You can score
  88. after one or two rolls by hitting the Score key (F9).
  89.  
  90. To help you keep track of what you will need to make the
  91. bonus, there is an indicator on the Subtotal line, which
  92. tells you the difference between what you have already
  93. scored, and what you would have scored if you had rolled
  94. exactly three of each number.
  95.  
  96. At the end of the game, the top ten scores of all time are
  97. displayed. If you would like to clear this list, then use
  98. the Filer app to delete the file YAHTZEE.RES.
  99.  
  100. Tips for Running the game on the Palmtop -----------------
  101.  
  102. Yzhtzee is a DOS program which is written only for the
  103. HP 100LX and 200LX Palmtops. DOS applications can be run at
  104. the same time as the other System Manager Compliant
  105. applications, but you may have only one DOS program running
  106. at a time. You may switch to another app by hitting its
  107. blue key just as you always do. To get back, you can either
  108. start DOS from App Manager, or hit Ctrl-123. You can't just
  109. go to App Manager and ask it to start Yahtzee again.
  110.  
  111. Yahtzee can be run by opening the filer application, moving
  112. the cursor to the YAHTZEE.EXE file, and hitting Enter. The
  113. easier way is to install it into your App Manager:
  114.  
  115. 1. Start App Manager by hitting the blue "More" key.
  116. 2. Hit F2 to add an icon.
  117. 3. Enter the name you would like to appear for the program
  118. in the Name field, then Tab to the next field.
  119. 4. In the Path field, type in the full path name of the exe
  120. file, including the .exe extension, then add the "|"
  121. (shift-backslash) character, and 60, like this:
  122.   Path: c:\games\yahtzee.exe|60
  123. The 70 tells app manager to give the program 60K of memory
  124. to run in. If you have lots of memory being used by TSR's
  125. that get loaded in your config.sys and autoexec.bat files,
  126. you may need to increase this number.
  127. 5. In the comments line you can put a "¿" character (Fn-3)
  128. to have it skip the "press any key..." message when Yahtzee
  129. exits.
  130. 6. Tab to the Icon area and select an icon. Then hit F10.
  131.