Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 27th, 2012  |  syntax: None  |  size: 4.28 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2.       Streetbrew
  3.  
  4.       Rules Scene
  5. -->
  6.  
  7. <div id="main">
  8.     <div class="sb-header">
  9.         <div class="sb-header-wrapper">
  10.             <div class="subtitle truncating-text">
  11.                 Brewdoku: How To Play
  12.             </div>
  13.         </div>
  14.     </div>
  15.  
  16.     <div style="height: 48px;"></div>
  17.  
  18.     <div class="rules-q">
  19.         <span style="font-weight: bold;">Streetbrew Social Play</span>
  20.     </div>
  21.     <div class="rules-a">
  22.         Create and visit walls in your area using your
  23.         <a href="http://www.streetbrew.com/brew/mobile">Streetbrew</a> account!
  24.         When you play at a wall, you earn points and climb the location's
  25.         leaderboard. Join friends to create teams, then form alliances to
  26.         help spread your influence. Lay claim to cities and towns around the
  27.         country and all over the world!
  28.     </div>
  29.     <div class="rules-a">
  30.         For more information, visit
  31.         <a href="http://www.streetbrew.com/brew/mobile/games">Streetbrew Games</a>.
  32.     </div>
  33.     <div class="rules-a">
  34.         <span style="font-style: italic;">What's brewing in your neighborhood?</span>
  35.     </div>
  36.  
  37.     <div class="rules-q">The Game</div>
  38.     <div class="rules-a">
  39.         Enjoy classic sudoku in a social setting! Complete puzzles of various difficulties and post your winning times to the places you visit.
  40.     </div>
  41.  
  42.     <div class="rules-q">How To Play</div>
  43.     <div class="rules-a">
  44.         Brewdoku consists of a 9x9 grid broken into nine 3x3 blocks.
  45.     </div>
  46.     <div class="rules-a">
  47.         The puzzle begins with some number areas of the grid filled with the numbers 1 through 9.
  48.     </div>
  49.     <div class="rules-a">
  50.         To complete the puzzle, the player must fill every square on the board with a number 1 through 9, with the following rules:
  51.         <ul style="margin-top: 5px; margin-left: -12px; font-size: 14px;">
  52.             <li>
  53.                 Each column must contain the numbers 1 through 9 only once.
  54.             </li>
  55.             <li>
  56.                 Each row must contain the numbers 1 through 9 only once.
  57.             </li>
  58.             <li>
  59.                 Each 3x3 block must contain the numbers 1 through 9 only once.
  60.             </li>
  61.             <li>
  62.                 The player cannot enter a number into the puzzle that breaks one of rules 1-3; however, the player can erase a previous entry.
  63.             </li>
  64.             <li>
  65.                 The player cannot change the numbers pre-filled at the start of the puzzle.
  66.             </li>
  67.             <li>
  68.                 The player can use the <span style="font-weight:bold;">pencil</span> to write any numbers they want in an empty square (usually to record the possibilities for a square).
  69.             </li>
  70.             <li>
  71.                 The player can choose to <span style="font-weight:bold;">auto-fill pencil marks</span> on the board at any time, filling each empty square with the current possible options for that square (given the restrictions in rules 1-3).
  72.             </li>
  73.         </ul>
  74.     </div>
  75.  
  76.     <div class="rules-q">Levels of Difficulty</div>
  77.     <div class="rules-a">
  78.         Puzzles become progressively more difficult as you infuse your brewdoku
  79.         with shots of frustresso. In general, puzzles with 1 shot of frustresso
  80.         are fairly easy while those with 5 shots of frustresso are fairly hard.
  81.     </div>
  82.  
  83.     <div class="rules-q">Tips</div>
  84.     <div class="rules-a">
  85.         <ul style="margin-top: 5px; margin-left: -12px; font-size: 14px;">
  86.             <li>
  87.                 <span style="font-weight: bold;">Press and drag</span> the pen
  88.                 (number) bar left/right to reveal the pencil bar and vice versa,
  89.                 or use the keypad on your device. (Hold UPPERCASE to use the
  90.                 pencil.)
  91.             </li>
  92.             <li>
  93.                 When you <span style="font-weight: bold;">auto-fill pencil marks</span>
  94.                 to help speed up your game or to correct your mistakes, we exact
  95.                 a small penalty from the points you're awarded at the end of the
  96.                 game. The same amount of points is deducted regardless of how
  97.                 early or late in the game you use this option, so choose wisely!
  98.             </li>
  99.         </ul>
  100.     </div>
  101.    
  102. </div>