home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / spiele / grouper / grouper.exe / Grouper.txt next >
Text File  |  1999-02-23  |  8KB  |  157 lines

  1.  , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , .
  2. ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` '
  3. `                              Grouper v1.4                                 `
  4. '                                                                           '
  5. `            Copyright ⌐ 1998, 1999 Joel Epstein, Daniel McCarty            `
  6. '                           All Rights Reserved.                            '
  7. `                     (Lawyer people love that stuff.)                      `
  8. '. , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . ,'
  9. ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' ` ' `
  10.                (This readme file looks best in a fixed font.)
  11.  
  12.  
  13. Grouper is a card game played by finding card groups in a set of cards.  The
  14. game is played until no more groups remain.  Finding a group can be tough,
  15. but that is covered later.
  16.  
  17. This is version 1.4 of Grouper.  Please email any questions or comments to
  18. mcdan@csi.com and include "Grouper" in the subject.  Visit the web pages
  19. for Grouper at
  20.      http://ourworld.compuserve.com/homepages/mcdan/
  21.  
  22. NOTE: The source code is available!
  23.  
  24.  
  25. .---------------.
  26. | GENERAL STUFF |
  27. '---------------'
  28. The Grouper interface was designed to be fairly intuitive.  The main area is
  29. the card grid, where cards are dealt (3 at a time) until no more cards are
  30. left.  To the right of the card grid is the deck, which shows the last 21
  31. cards and starts decreasing after there are less than 21 cards left.  Below
  32. the card grid is the status bar, which shows your current game status.  And
  33. in the bottom right-hand corner is the handy button, which changes to reflect
  34. your most likely option.
  35.  
  36.  
  37. .------------------.
  38. | THE HANDY BUTTON |
  39. '------------------'
  40. This button was designed for quick access to the game's features.  When the
  41. button reads "Deal!" tap it to deal a new game.  (Amazing!)  When less than
  42. 3 cards are selected, but button will display "Hint."  Tapping it will point
  43. to a card for as long as the button is depressed.  When 3 cards are selected
  44. that don't form a group, the button will read "But Why!"  Tapping it will
  45. pop up a screen explaining why the 3 cards don't form a group.  And when the
  46. game is over but cards remain in the card grid the button will read "OK."
  47. When you're finished looking at the remaining cards, tap OK.
  48.  
  49. There is a menu item that changes to reflect the current state of the handy
  50. button, but that is covered later.
  51.  
  52.  
  53. .--------------------------------.
  54. | THE MENU THAT IS COVERED LATER |
  55. '--------------------------------'
  56. The first most menu item is the handy button clone.  In the event that you
  57. hate the handy button, feel free to use the menu option instead.
  58.  
  59. The other menu items only perform one function each:
  60. . Undo            undoes the last group
  61. . New Game        starts a new game.  (Amazing!)
  62. . High Scores...  displays current high scores
  63. . Preferences...  shows game preferences:
  64.                   . Sound       toggles sound on/off.  This defaults to
  65.                                 your Pilot's Game Sound preference when
  66.                                 Grouper starts.
  67.                   . Difficulty  selects the difficulty to play at.  Each
  68.                                 level deals more cards.
  69.                   . Pattern     selects the pattern to display on cards
  70. . How to Play...  displays a quick overview of the game and how to play
  71. . Quick Tips...   displays a few quick tips for finding groups
  72. . About...        just a few things about Grouper
  73.  
  74.  
  75. .----------.
  76. | THE GAME |
  77. '----------'
  78. Grouper is played by finding groups until there are no more groups or until
  79. no more cards remain (when there are no more cards it's also unlikely that
  80. there will be any more groups).  Finding a group is probably the hardest
  81. aspects of the game.  See the ABOUT GROUPS section for help.
  82.  
  83. Select cards to group by just tapping them.  When 3 cards are selected, if
  84. they form a group you'll be notified and 3 more cards will be dealt.  If
  85. they don't form a group you'll also be notified and you'll have the option of
  86. finding out why.
  87.  
  88. When 3 cards don't form a group if you select a 4th card it will replace the
  89. 3rd selection and you will again be notified (this game is good at notifying
  90. and stuff) whether it's a group or not.
  91.  
  92. Scoring is as follows:
  93.    Undoing a group   -7 points
  94.    Getting a hint    -2 points
  95.    Finding a group    5 points
  96.    Winning the game  15 points
  97. Your score can never fall below 0, which means that for the first group your
  98. first 3 hints are on the house.
  99.  
  100.  
  101. .--------------.
  102. | ABOUT GROUPS |
  103. '--------------'
  104. A group is formed of 3 cards whose characteristics are either all the SAME or
  105. all DIFFERENT.  On easier levels there are only 3 characteristics.  As the
  106. game gets harder the number of characteristics increases.
  107.    Characteristics:   Card Color:  white, gray (pattern) or black
  108.                       # of Spots:  1, 2 or 3
  109.                       Spot Color:  white, gray (pattern) or black
  110.                       Spot Type:   circle, ellipse or peanut
  111.  
  112.    Passed 3rd Grade   3 characteristics
  113.    The Thinker        3.5 characteristics
  114.    Analytical Genius  4 characteristics
  115.  
  116. If you're asking yourself how you can have a fractional characteristic, it's
  117. because although the spot type characteristic is enabled in "The Thinker,"
  118. you'll only see short spots and medium spots.  This means that you can only
  119. find groups where the spot type is the same.
  120.  
  121. Finding a group can be difficult at times.  It's much easier to find a group
  122. when most of the characteristics are the same then when they're different.
  123. Here are a few tips for finding groups:
  124. . Look for homogeneous groups.  As mentioned above, they're easier to find.
  125. . Look for the characteristic that is LEAST present on the card grid.  If you
  126.   can see that there are only two cards with 3 long black spots and you know
  127.   that there are no homogeneous groups, then 1 of those cards is the first
  128.   card in the group.  Now that you've found the first card, apply the same
  129.   principle to finding the second card.
  130. . If the status bar reads "1 group found!" and you find the group, you can be
  131.   sure that of the next 3 cards dealt, at least 1 is part of the next group.
  132. . If all else fails, take a hint.  It's only 2 points off your score.
  133.  
  134.  
  135. .--------.
  136. | ISSUES |
  137. '--------'
  138. There are no known issues with Grouper.  If you encounter any problems please
  139. email us and we will try to have a fix available within 24 hours.
  140.  
  141.  
  142. .--------------.
  143. | LEGAL BEAGLE |
  144. '--------------'
  145.     __-----_.            Standard Pilot legal disclaimers apply (the ones 
  146.    /  \      \           that supposedly absolve us of responsibility if you 
  147.   /    |  |   \_---_     throw your Pilot in the air in spasms of joy after
  148.  |     |            \    winning a game of Grouper then miss the catch, etc.)
  149.  |     |             |@  
  150.   \___/   ___       /    Seriously, though, even though this program is free
  151.     \____(____\___/      it has been produced with the highest standards of 
  152.     |__|                 quality.  This is our free gift to you of a game
  153.     /   \-_-                 that will be a cute diversion for your Pilot
  154.   /       \_"__ _       //   (well...more for you).  As such, we'd appreciate
  155.  /         "|  |>)  /~~~(O)  it if you didn't sue us if something goes wrong.
  156. (          _|  |  /       |  We trust that you are an honorable person.
  157.  \_____________|(_________|  Thank you and enjoy Grouper!