|
5 | 5 | To get back to the Home page below, click on the Home tab.</p>
|
6 | 6 | <p>Note there is no button to play the game. You must login first.</p>
|
7 | 7 | <p>Note the "login" button in the upper right. Click on the login button.</p>
|
8 |
| - <img src={Routes.static_path(@conn, "/images/signin1.png")} alt="signin1" class="max-h-32" /> |
| 8 | + <img src={Routes.static_path(@conn, "/images/signin1.png")} alt="signin1" class="max-h-64" /> |
9 | 9 | <p>Clicking on the login button will cause a dropdown with 3 choices.
|
10 | 10 | Click handle. Github is for developers and will display too much
|
11 | 11 | of your personal info that game will get from GitHub.
|
12 | 12 | You can click anonymous if you are just playing for fun,
|
13 | 13 | but then you can't be in contests</p>
|
14 |
| - <img src={Routes.static_path(@conn, "/images/signin3.png")} alt="signin3" class="max-h-32" /> |
| 14 | + <img src={Routes.static_path(@conn, "/images/signin3.png")} alt="signin3" class="max-h-64" /> |
15 | 15 | <p>Clicking Handle will bring up a textbox to enter whatever
|
16 | 16 | handle you want to go by. Note there is no checking for duplicates
|
17 | 17 | so if you choose an existing handle, someone else will get credit for your play.
|
18 | 18 | For example, sFractal and Duncan are already taken</p>
|
19 |
| - <img src={Routes.static_path(@conn, "/images/signin4.png")} alt="signin4" class="max-h-32" /> |
| 19 | + <img src={Routes.static_path(@conn, "/images/signin4.png")} alt="signin4" class="max-h-64" /> |
20 | 20 | <p>
|
21 | 21 | After providing a handle, the "Play" button will now appear
|
22 | 22 | near the bottom of the Home page.
|
|
28 | 28 | </a>
|
29 | 29 | for more on handles.
|
30 | 30 | </p>
|
31 |
| - <img src={Routes.static_path(@conn, "/images/signin5.png")} alt="signin5" class="max-h-32" /> |
| 31 | + <img src={Routes.static_path(@conn, "/images/signin5.png")} alt="signin5" class="max-h-64" /> |
32 | 32 | </div>
|
33 | 33 |
|
34 | 34 | <div class="p-6">
|
|
46 | 46 | screen, it's lights out for you. Budget space and time wisely.</p>
|
47 | 47 | <p>Think of it this way: the game ends when you go out of business because your supply chain
|
48 | 48 | got too long and all the vulnerabilities you swept under the rug came back to haunt you.</p>
|
49 |
| - <img src={Routes.static_path(@conn, "/images/gameover1.png")} alt="gameover1" class="max-h-32" /> |
| 49 | + <img src={Routes.static_path(@conn, "/images/gameover1.png")} alt="gameover1" class="max-h-64" /> |
50 | 50 | </div>
|
51 | 51 |
|
52 | 52 | <div class="mt-6 pt-0 p-6">
|
|
125 | 125 | Not only will the game slow down to a snail's pace, but a fresh coat of pesky brown/grey injunctions
|
126 | 126 | will festoon your existing block arrays. Hit the space bar!</li>
|
127 | 127 | </ol>
|
128 |
| - <img src={Routes.static_path(@conn, "/images/qbq-attack.gif")} alt="attack" class="max-h-32" /> |
| 128 | + <img src={Routes.static_path(@conn, "/images/qbq-attack.gif")} alt="attack" class="max-h-64" /> |
129 | 129 | </div>
|
130 | 130 | <div class="p-6">
|
131 | 131 | <h2 class="heading-2 tracking-wider">4. SCORING</h2>
|
|
148 | 148 | It pays to play often and go thru all the questions so you know how to maximize your score.
|
149 | 149 | </li>
|
150 | 150 | </bl>
|
| 151 | + <img |
| 152 | + src={Routes.static_path(@conn, "/images/qbq.09.x.score.gif")} |
| 153 | + alt="exponential" |
| 154 | + class="max-h-64" |
| 155 | + /> |
151 | 156 | <p>The amount of points scored is also influenced by game conditions.
|
152 | 157 | For instance, there is a mulitplier on the points for answering questions.
|
153 | 158 | A question worth 10 points is worth 20 points after just one block has dropped.
|
|
162 | 167 | is worth 600 points if 10 questions answered correctly,
|
163 | 168 | is worth 1,000 points if 50 questions answered correctly,
|
164 | 169 | is worth 1,400 points if 100 questions answered correctly,
|
165 |
| - and is worth 2,200 points if 30 questions answered correctly.</p> |
| 170 | + and is worth 2,200 points if 30 questions answered correctly. |
| 171 | + Note the gif above showing the exponential nature of rows was from before this feature was implemented |
| 172 | + (ie assume is says 0 questions answered instead of 19).</p> |
166 | 173 | </div>
|
167 | 174 | <div class="p-6">
|
168 | 175 | <h2 class="heading-2 tracking-wider">5. PRO TIPS</h2>
|
|
228 | 235 | contest prizes
|
229 | 236 | </a>
|
230 | 237 | for more information.
|
| 238 | + It is highly recommended to carefully read all contest rules both for contest pins, |
| 239 | + but also for the answer to a 1,000 point question. |
231 | 240 | </p>
|
232 | 241 | </div>
|
0 commit comments