home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome / help / aisleriot / C / monte_carlo.xml < prev    next >
Encoding:
Text File  |  2009-04-14  |  2.2 KB  |  92 lines

  1. <sect1 id="Monte_Carlo"><!--<sect1info>
  2.         <copyright>
  3.             <year>2001</year>
  4.             <holder>Rosanna Yuen</holder>
  5.         </copyright>
  6.         <author>
  7.             <firstname>Rosanna</firstname>
  8.             <surname>Yuen</surname>
  9.         </author>
  10.         <address><email>zana@webwynk.net</email></address>
  11.     </sect1info>-->
  12.  
  13.     <title>Monte Carlo</title>
  14.  
  15.   <para>Written by Rosanna Yuen</para>
  16.  
  17.           <sect2><title>Setup</title>
  18.  
  19.  
  20.   <informaltable>
  21.     <tgroup cols="2">
  22.       <tbody>
  23.     <row>
  24.       <entry>Type of Deck</entry>
  25.       <entry>Standard Deck</entry>
  26.     </row>
  27.     <row>
  28.       <entry>Stock</entry>
  29.       <entry>
  30.           Top left pile.  The rest of the deck is placed here after
  31.         dealing the Tableau.  Cards are dealt after concatenating
  32.         the Tableau onto the empty slots.
  33.       </entry>
  34.     </row>
  35.     <row>
  36.       <entry>Tableau</entry>
  37.       <entry>
  38.           Five by five grid, each capable of holding one card.
  39.           One card dealt to each space at the beginning of game.  Empty
  40.           spaces can be filled by moving cards from the right to the
  41.           left, from the leftmost card of the row below to the rightmost
  42.           space, and from the Stock to all otherwise empty spaces by
  43.           clicking on the Stock.
  44.         </entry>
  45.     </row>
  46.       </tbody>
  47.     </tgroup>
  48.   </informaltable>
  49.  
  50.           </sect2>
  51.         <sect2><title>Goal</title>
  52.  
  53.   <para>
  54.     Remove all cards.
  55.   </para>
  56.  
  57.           </sect2>
  58.         <sect2><title>Rules</title>
  59.  
  60.   <para>
  61.     Cards can be removed in pairs that have the same value as long as
  62.     the two cards are touching horizontally, vertically, or diagonally.
  63.   </para>
  64.   <para>
  65.     At any point that there are empty piles in the Tableau, dealing from
  66.     the Stock moves all the cards already in the Tableau from the right
  67.     to left and moving them up a row to the far right if necessary
  68.     making all the empty slots at the end.  The Stock is then dealt on
  69.     to these empty slots.
  70.   </para>
  71.  
  72.           </sect2>
  73.         <sect2><title>Scoring</title>
  74.  
  75.   <para>
  76.     Each pair of cards removed scores two points.
  77.   </para>
  78.   <para>
  79.     Maximum possible score:  52
  80.   </para>
  81.  
  82.           </sect2>
  83.         <sect2><title>Strategy</title>
  84.  
  85.   <para>
  86.     Keep an eye out as to how the Tableau will shrink when you deal.
  87.     Sometimes leaving pairs in will allow more pairs to become available
  88.     after a deal.
  89.   </para>
  90.         </sect2>
  91. </sect1>
  92.