summaryrefslogtreecommitdiffstats
path: root/doc/kbounce/index.docbook
blob: 62a84a0d4f211b7204f7710ad90d1136f61f1318 (plain)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!ENTITY kappname "&kbounce;">
  <!ENTITY package "tdegames">
  <!ENTITY % English "INCLUDE" > 
  <!ENTITY % addindex "IGNORE">
]>

<book lang="&language;">

<bookinfo>
<title>The &kbounce; Handbook</title>

<authorgroup>
<author>
&Aaron.J.Seigo; &Aaron.J.Seigo.mail;
</author>

<othercredit role="reviewer">
&Lauri.Watts; &Lauri.Watts.mail;
<!-- <contrib>Reviewer</contrib> -->
</othercredit>

<!-- TRANS:ROLES_OF_TRANSLATORS -->
</authorgroup>

<legalnotice>&FDLNotice;</legalnotice>

<date>2005-12-10</date>
<releaseinfo>0.5</releaseinfo>

<!-- Abstract about this handbook -->

<abstract>
<para>
&kbounce; is a ball game for &tde;.
</para>
</abstract>


<keywordset>
<keyword>KDE</keyword>
<keyword>tdegames</keyword>
<keyword>jezzball</keyword>
</keywordset>

</bookinfo>

<chapter id="how-to-play">
<title>How To Play</title>

<para>&kbounce; is played on a field, surrounded by a wall, with two or
more balls that move about in the field bouncing off of the
walls.</para>

<para>Walls are a darker color while the active areas of the field are
a lighter color.</para>

<para>The size of the active area of the field is decreased by making
new walls that enclose areas without balls in them.  To complete a
level, the player must decrease the size of the active field by at
least 75&percnt; within the time allowed.</para>

<para>With each new level, another ball is added to the field, and the
player is given one more life than in the level before.  The time
allotted to complete the level is also increased.</para>

<para>Scoring is based on how much of the field is cleared.</para>

<para>New walls are built by clicking the
<mousebutton>left</mousebutton> mouse button in an active area of the
field, at which point two walls will begin to grow in opposite
directions from the square the mouse was clicked in.  Only two walls
may be growing on the screen at any given time.</para>

<screenshot>
<screeninfo>A new wall growing</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="jezball_newWall.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>A new wall growing</phrase>
</textobject>
</mediaobject>
</screenshot>

<para>When the mouse is on the field, the cursor is shown as a pair of
arrows pointing in opposite directions, either horizontally or
vertically.  The arrows point in the direction the walls will grow
when the <mousebutton>left</mousebutton> is clicked.  This direction
can be changed by clicking the <mousebutton>right</mousebutton> mouse
button.</para>

<para>A new wall has a <quote>head</quote> which moves away from the
point where the mouse was clicked.  A wall is not permanent until this
<quote>head</quote> runs into another wall.  If a ball collides with
any part of the wall except the head, before the head has run into
another wall, the new wall will disappear completely and one life will
be lost.  If a ball collides with the head in the direction of the
wall's growth, the wall will stop growing there, and become permanent,
with no loss of life.  If a ball collides with the head from any other
side, the ball will bounce off and the wall will continue to grow
normally.</para>

</chapter>

<chapter id="strategy">
<title>Strategy</title>

<para>Many players find the game becomes quite difficult by only the
third or fourth level, given the number of balls on the field at
once.</para>

<para>The trick to playing &kbounce; successfully is to build
<quote>corridors</quote>.  To build a corridor, start a pair of walls
growing close to another wall, and time it such that one of the walls
will be hit by a ball and one of the walls will not, and thus become
permanent.</para>

<screenshot>
<screeninfo>Building a corridor</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="jezball_corridor1.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>Building a corridor</phrase>
</textobject>
</mediaobject>
</screenshot>

<para>This will leave a narrow corridor only a few squares high on the
field, surrounded on three sides by walls.  Wait for the balls to
bounce into the open end of the corridor, and close the corridor
behind the ball with a new wall.  Although you will most likely lose a
life for each corridor created, you can trap several balls in a single
corridor.</para>

<screenshot>
<screeninfo>Capturing balls in a corridor</screeninfo>
<mediaobject>
<imageobject>
<imagedata fileref="jezball_corridor2.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>Capturing balls in a corridor</phrase>
</textobject>
</mediaobject>
</screenshot>

<para>A final tip &mdash; take your time!  There is plenty of time, as
shown in the <guilabel>Time</guilabel> display on the right hand side
of the screen.  Rushing will just get you in trouble!</para>

</chapter>

<chapter id="menu-reference">
<title>Menu Reference</title>

<sect1 id="game-menu">
<title>The <guimenu>Game</guimenu> Menu</title>

<variablelist>
<varlistentry>
<term>
<menuchoice><shortcut>
<keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
</shortcut>
<guimenu>Game</guimenu>
<guimenuitem>New</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Start a new game.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term>
<menuchoice><shortcut>
<keycombo action="simul">&Ctrl;<keycap>End</keycap>
</keycombo>
</shortcut>
<guimenu>Game</guimenu>
<guimenuitem>End Game</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>End the current game.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term>
<menuchoice><shortcut>
<keycap>P</keycap></shortcut>
<guimenu>Game</guimenu>
<guimenuitem>Pause</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Pause or resume the game.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term>
<menuchoice><shortcut>
<keycombo action="simul">&Ctrl;<keycap>H</keycap></keycombo>
</shortcut>
<guimenu>Game</guimenu>
<guimenuitem>Show Highscores</guimenuitem>
</menuchoice></term>
<listitem>
<para>Opens a dialog that displays different high score tables. 
<guibutton>Export</guibutton> the high scores into a file or click on 
<guibutton>Configure</guibutton> to open a dialog to customize your Nickname 
and add a Comment.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice><shortcut>
<keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
</shortcut>
<guimenu>Game</guimenu>
<guimenuitem>Quit</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Quit</action> and close &kbounce;.</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>

<sect1 id="settings-menu">
<title>The <guimenu>Settings</guimenu> Menu</title>
<variablelist>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Select Background Folder...</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Opens a dialog to select a folder for the background images.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Show Backgrounds</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Shows the background images in the selected folder. Only enabled, if a background folder is already selected</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Show/Hide Toolbar</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Shows/hides the &kbounce; toolbar.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Show/Hide Statusbar</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Shows/hides the &kbounce; statusbar.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Play Sounds</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>If checked, &kbounce; game sounds are played.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Configure Shortcuts...</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Opens a standard &kde; shortcut configuration dialog, in which
you can change the keyboard shortcuts used by &kbounce;.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Configure Toolbars...</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Opens the standard &kde; toolbar configuration dialog to customize the &kbounce; toolbar.</action></para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Configure Highscores...</guimenuitem>
</menuchoice></term>
<listitem>
<para><action>Opens a dialog to customize your <guilabel>Nickname</guilabel> and 
add a <guilabel>Comment</guilabel>.</action></para>
</listitem>
</varlistentry>

</variablelist>
</sect1>


<sect1 id="help-menu">
<title>The <guimenu>Help</guimenu> Menu</title>

&help.menu.documentation;

</sect1>

</chapter>

<chapter id="credits-and-licenses">
<title>Credits and Licenses</title>


<para>&kbounce;</para>

<para>Copyright 2000, Stefan Schimanski</para>

<itemizedlist>
<title>Developers</title>
<listitem>
<para>Stefan Schimanski <email>schimmi@kde.org</email></para>
</listitem>
<listitem>
<para>Sandro Sigala <email>ssigala@globalnet.it</email> -
Highscore</para>
</listitem>
</itemizedlist>

<para>Documentation copyright 2002, &Aaron.J.Seigo;
&Aaron.J.Seigo.mail;</para>

<para>This handbook is dedicated to Dennis E. Powell.</para>

<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
 
&underFDL; 

&underGPL;

</chapter>

<appendix id="installation">
<title>Installation</title>

&install.intro.documentation;

&install.compile.documentation;

</appendix>

&documentation.index; 
</book>
<!--
Local Variables:
mode: sgml
sgml-minimize-attributes: nil
sgml-general-insert-case: lower
End:
-->