File: scores.page

package info (click to toggle)
five-or-more 1%3A3.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,428 kB
  • ctags: 425
  • sloc: ansic: 3,274; sh: 1,277; makefile: 149; xml: 85
file content (82 lines) | stat: -rw-r--r-- 2,035 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="scores">
  <info>
    <link type="guide" xref="index#play" />
    <revision pkgversion="3.4.0" version="0.1" date="2012-03-13" status="final"/>

    <credit type="author copyright">
       <name>Lahiru lanka</name>
      <email>lankakck@.gmailcom</email>
      <years>2011</years>
    </credit>
    <credit type="editor">
      <name>Tiffany Antopolski</name>
      <email>tiffany.antopolski@gmail.com</email>
    </credit>
    <desc></desc>
  </info>

<title>Scoring</title>
<p>You score points by creating lines of 5 or more objects.  The number of
 points depends on the number of objects that disappear.</p>

    <table rules="rowgroups cols" frame="all">
      <tbody>
        <tr>
         <td><p><em>Number of objects</em></p></td>
         <td><p><em>Number of points</em></p></td>
        </tr>
      </tbody>
      <tbody>
       <tr>
        <td><p>5</p></td>
        <td><p>10</p></td>
       </tr>
       <tr>
        <td><p>6</p></td>
        <td><p>12</p></td>
       </tr>
       <tr>
        <td><p>7</p></td>
        <td><p>18</p></td>
       </tr>
       <tr>
        <td><p>8</p></td>
        <td><p>28</p></td>
       </tr>
       <tr>
        <td><p>9</p></td>
        <td><p>42</p></td>
       </tr>
       <tr>
        <td><p>10</p></td>
        <td><p>82</p></td>
       </tr>
       <tr>
        <td><p>11</p></td>
        <td><p>108</p></td>
       </tr>
       <tr>
        <td><p>12</p></td>
        <td><p>138</p></td>
       </tr>
      <tr>
        <td><p>13</p></td>
        <td><p>172</p></td>
      </tr>
      <tr>
        <td><p>14</p></td>
        <td><p>210</p></td>
       </tr>
     </tbody>
    </table>

<note style="tip">
<p>You can view the high scores by clicking
 <guiseq><gui>Game</gui><gui>Scores</gui></guiseq>.</p>
<p>The <app>Five or More</app> scores are recorded according to the board size.
 You can select the <gui>Board Size</gui> of interest using the drop down
 menu.</p> 
</note>
</page>