1<page xmlns="http://projectmallard.org/1.0/"
2      xmlns:its="http://www.w3.org/2005/11/its"
3      type="topic"
4      id="score">
5
6  <info>
7    <link type="guide" xref="index#play"/>
8    <revision pkgversion="3.14" date="2020-06-24" status="review"/>
9
10    <credit type="author">
11      <name>Roopa</name>
12      <email its:translate="no">nroopa57@gmail.com</email>
13      <years>2020</years>
14    </credit>
15
16    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
17
18    <desc>Check out your scores.</desc>
19
20  </info>
21
22  <title>Scores</title>
23
24  <p>Your current score is visible in the game window titlebar.
25  To view scores obtained in previous games:</p>
26  <steps>
27    <item><p>Select <guiseq><gui style="menu">Swell Foop</gui>
28    <gui style="menuitem">High Scores</gui></guiseq>.</p></item>
29    <item><p>The dialog by default displays scores for <gui>Small, 3 colors
30    </gui> game. To view the scores for other board sizes, select the board size from
31    the menu at the top of the dialog for the board you
32    wish to see the scores for.</p></item>
33  </steps>
34
35  <section id="scoring">
36  <title>Scoring</title>
37
38  <p>Scoring is done based on the objects you delete.</p>
39
40  <table frame="all" rules="cols" shade="rows">
41    <tr>
42      <td><p>Number of Objects</p></td>
43      <td><p>Points Scored</p></td>
44    </tr>
45    <tr>
46      <td><p>2</p></td>
47      <td><p>0</p></td>
48    </tr>
49    <tr>
50      <td><p>3</p></td>
51      <td><p>1</p></td>
52    </tr>
53    <tr>
54      <td><p>4</p></td>
55      <td><p>4</p></td>
56    </tr>
57    <tr>
58      <td><p>5</p></td>
59      <td><p>9</p></td>
60    </tr>
61    <tr>
62      <td><p>6</p></td>
63      <td><p>16</p></td>
64    </tr>
65    <tr>
66      <td><p>7</p></td>
67      <td><p>25</p></td>
68    </tr>
69    <tr>
70      <td><p>8</p></td>
71      <td><p>36</p></td>
72    </tr>
73    <tr>
74      <td><p>9</p></td>
75      <td><p>49</p></td>
76    </tr>
77    <tr>
78      <td><p>⋮</p></td>
79      <td><p>⋮</p></td>
80    </tr>
81    <tr>
82      <td><p>n</p></td>
83      <td><p>(n-2)^2</p></td>
84    </tr>
85  </table>
86  <note style="tip">
87    <p>There is a 1000 point bonus on clearing the board.</p>
88  </note>
89  </section>
90</page>
91
92