summaryrefslogtreecommitdiffstats
path: root/doc/ksmiletris/index.docbook
blob: 53f330f00a994a77471c0d3fc6f4acefc44789de (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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
  <!-- Define an entity for your application if it is not part of KDE
       CVS -->
  <!ENTITY ksmiletris "<application>KSmiletris</application>">
  <!ENTITY kappname "&ksmiletris;">
  <!ENTITY package "kdegames">
  <!ENTITY % addindex "IGNORE">
  <!ENTITY % English "INCLUDE"> <!-- change the language here -->
	<!ENTITY John.Hayes '<personname><firstname>John</firstname><surname>Hayes</surname></personname>'>
	<!ENTITY John.Hayes.mail '<email>justlinux@bellsouth.net</email>'>
	<!ENTITY Sandro.Sigala '<personname><firstname>Sandro</firstname><surname>Sigala</surname></personname>'>
	<!ENTITY Sandro.Sigala.mail '<email>ssigala@globalnet.it</email>'>
  <!ENTITY Tetris "<trademark><application>Tetris</application></trademark>">
]>

<book lang="&language;">

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

<authorgroup>
<author>
&John.Hayes; &John.Hayes.mail;
</author>

<othercredit role="developer">
&Sandro.Sigala; &Sandro.Sigala.mail;
</othercredit>

<othercredit role="reviewer">
&Frerich.Raabe; &Frerich.Raabe.mail;
</othercredit>

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

<copyright>
<year>2005</year>
<holder>&John.Hayes;</holder>
</copyright>

<date>2005-12-14</date>
<releaseinfo>3.5.0</releaseinfo>

<legalnotice>&FDLNotice;</legalnotice>

<!-- Abstract about this handbook -->

<abstract>
<para>
&ksmiletris; is a &Tetris; like game.
</para>
</abstract>

<keywordset>
<keyword>KDE</keyword>
<keyword>kdegames</keyword>
<keyword>KSmileTris</keyword>
<keyword>Tetris</keyword>
</keywordset>

</bookinfo>

<chapter id="introduction">
<title>Introduction</title>

<para>&ksmiletris; is a game similar to the &Tetris; game. If you have ever played &Tetris;, you will find &ksmiletris; easy to learn and play.
</para>

</chapter>

<chapter id="gameplay">
<title>Game Play</title>

<sect1 id="starting-a-new-game">
<title>Starting a New Game</title>

<para>When you start &ksmiletris;, the game shows a blank game area. To start playing either select <guimenuitem>New</guimenuitem> from the <guimenu>Game</guimenu> menu or press the key combination <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>.</para>

</sect1>

<sect1 id="aim-of-the-game">
<title>Aim of the Game</title>

<para>The aim of the game is to complete each level and get the highest score possible. You score by stacking or moving the similar tiles together as they fall, and then disappear. As the tiles disappear, your score increases.</para>

</sect1>

<sect1 id="playing-the-game">
<title>Playing the Game</title>

<para>By default, you can use the <keysym>Left Arrow</keysym> and <keysym>Right Arrow</keysym> keys to position the falling tiles where you want them to stack, and the <keysym>Up Arrow</keysym> or <keysym>Down Arrow</keysym> keys to rotate the tiles left or right respectively. The <keysym>Spacebar</keysym> drops the tile all the way to the bottom - use it as a way to save time.</para>

<para>All of the shortcuts can be customized by selecting <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure Shortcuts</guimenuitem></menuchoice> from the menu.</para>

<para>Four of more of the same type of connected tiles will change to a broken or shattered look. When four or more of the connected tiles are shattered, they will disappear and all pieces above them will settle down to the rows below them.</para>

<para>Every time a piece shatters, you get 10 points for each tile, you get 20 more points for each tile when it disappears. There are 1000 points per level. As the level increases, more types of tiles will be introduced which makes it more challenging to find fits and the speed at which the tiles fall increases as well.</para>

<para>The game ends when the center column fills to the top with tiles, and no more can fall.</para>

</sect1>

<sect1 id="game-screen">
<title>The Game Screen</title>

<para>
<screenshot>
        <mediaobject>
           <imageobject>
            <imagedata fileref="gamescreen.png" format="PNG"/>
          </imageobject>
          <textobject>
            <phrase>&ksmiletris; in Action</phrase>
          </textobject>
        </mediaobject>
</screenshot>

A quick explanation of the parts of the game screen...
</para>

<variablelist>

<varlistentry>
<term>Game Screen</term>
<listitem><para>The Game screen is at the top left and is the largest section of the window.</para></listitem>
</varlistentry>

<varlistentry>
<term>Preview Screen</term>
<listitem><para>The Preview screen at the top right, gives you a preview of the block that will drop out next.</para></listitem>
</varlistentry>

<varlistentry>
<term>Alignment Screen</term>
<listitem><para>The Alignment screen is located just below the game screen. As the tiles are falling, the two tiles that will be on the bottom are shown in the alignment screen in the columns that they are located in. This screen helps you see where the tiles will be located when they get to the bottom.</para></listitem>
</varlistentry>

<varlistentry>
<term>Statusbar</term>
<listitem><para>The status bar is located at the very bottom of the screen, and shows the current level you are on and your score. Display of the Statusbar can be toggled on or off by the menu <menuchoice><guimenu>Settings</guimenu><guimenuitem>Hide Statusbar</guimenuitem></menuchoice>.</para></listitem>
</varlistentry>

</variablelist>

</sect1>

</chapter>

<chapter id="preferences">
<title>&ksmiletris; Configuration and Default Shortcuts</title>

<sect1 id="game-configuration">
<title>Configuring Gameplay</title>

<para>The configuration options are as follows:</para>

<sect2 id="statusbar">
<title>Hide/Show Statusbar</title>

<variablelist>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Hide Statusbar</guimenuitem></menuchoice></term>
<listitem>
<para>Hides the Statusbar.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Show Statusbar</guimenuitem></menuchoice></term>
<listitem>
<para>Shows the Statusbar.</para>
</listitem>
</varlistentry>

</variablelist>

</sect2>

<sect2 id="appearance-config">
<title>Appearance Configuration</title>

<para>The game appearance configuration can be set from <menuchoice><guimenu>Settings</guimenu><guimenuitem>Pieces</guimenuitem></menuchoice>. Your options are:</para>

<variablelist>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Pieces</guimenuitem><guimenuitem>Smiles</guimenuitem></menuchoice></term>
<listitem><para>Sets the tile appearance to Smileys.
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="smiley.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</para></listitem>
</varlistentry>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Pieces</guimenuitem><guimenuitem>Symbols</guimenuitem></menuchoice></term>
<listitem><para>Sets the tile appearance to Symbols.
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="symbol.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</para></listitem>
</varlistentry>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Pieces</guimenuitem><guimenuitem>Icons</guimenuitem></menuchoice></term>
<listitem><para>Sets the tile appearance to Icons.
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="icon.png" format="PNG"/>
</imageobject>
</mediaobject>
</screenshot>
</para></listitem>
</varlistentry>

</variablelist>

</sect2>

<sect2 id="sound-config">
<title>Sound Configuration</title>

<variablelist>

<varlistentry>
<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Sounds</guimenuitem></menuchoice></term>
<listitem><para>Toggles sound effects on or off.</para></listitem>
</varlistentry>

</variablelist>

</sect2>
</sect1>

<sect1 id="default-keybindings">
<title>Default Shortcuts</title>

<para><menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure Shortcuts</guimenuitem></menuchoice> 
allows you to change the default keyboard shortcuts. The default shortcuts are as follows:</para>

<variablelist>

<varlistentry>
<term><keysym>Spacebar</keysym></term>
<listitem><para>Drops the tile to the bottom fast.</para></listitem>
</varlistentry>

<varlistentry>
<term><keysym>Up Arrow</keysym></term>
<listitem><para>Rotate tile to the left.</para></listitem>
</varlistentry>

<varlistentry>
<term><keysym>Down Arrow</keysym></term>
<listitem><para>Rotate tile to the right.</para></listitem>
</varlistentry>

<varlistentry>
<term><keysym>Left Arrow</keysym></term>
<listitem><para>Move tile to the left.</para></listitem>
</varlistentry>

<varlistentry>
<term><keysym>Right Arrow</keysym></term>
<listitem><para>Move tile to the right.</para></listitem>
</varlistentry>

<varlistentry>
<term><keysym>P</keysym></term>
<listitem><para>Pause or resume the game.</para></listitem>
</varlistentry>

<varlistentry>
<term><keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo></term>
<listitem><para>Start a new game.</para></listitem>
</varlistentry>

<varlistentry>
<term><keycombo action="simul">&Ctrl;<keycap>End</keycap></keycombo></term>
<listitem><para>End the game.</para></listitem>
</varlistentry>

<varlistentry>
<term><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo></term>
<listitem><para>Quit the game.</para></listitem>
</varlistentry>

<varlistentry>
<term><keycombo action="simul">&Ctrl;<keycap>H</keycap></keycombo></term>
<listitem><para>Show the high scores.</para></listitem>
</varlistentry>

</variablelist>



</sect1>

</chapter>

<chapter id="memus">
<title>Menu Reference</title>

<sect1 id="ksmiletris-mainwindow">
<title>The Main &ksmiletris; Window</title>

<sect2>
<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>Starts 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</guimenuitem>
</menuchoice></term>
<listitem><para><action>Ends the current game.</action></para></listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<shortcut>
<keycombo><keycap>P</keycap></keycombo>
</shortcut>
<guimenu>Game</guimenu>
<guimenuitem>Pause</guimenuitem>
</menuchoice></term>
<listitem><para><action>Pauses or resumes 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><action>Displays the high scores.</action></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>Quits</action> &ksmiletris;</para></listitem>
</varlistentry>

</variablelist>

</sect2>

<sect2>
<title>The <guimenu>Settings</guimenu> Menu</title>

<variablelist>

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

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Pieces</guimenuitem>
</menuchoice></term>
<listitem><para><action>Lets you select from three different appearances for the tiles. Your options are Smileys, Symbols or Icons.</action></para></listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Sounds</guimenuitem>
</menuchoice></term>
<listitem><para><action>Toggle effects on or off.</action></para></listitem>
</varlistentry>

<varlistentry>
<term><menuchoice>
<guimenu>Settings</guimenu>
<guimenuitem>Configure Shortcuts...</guimenuitem>
</menuchoice></term>
<listitem><para><action>Allows you to change the default shortcuts.</action></para></listitem>
</varlistentry>

</variablelist>

</sect2>

<sect2 id="help">
<title>The <guimenuitem>Help</guimenuitem> Menu</title>

&help.menu.documentation;

</sect2>

</sect1>

</chapter>

<chapter id="credits">

<title>Credits and License</title>

<para>&ksmiletris;</para>

<para>Program Copyright (c) 1998 &Sandro.Sigala; &Sandro.Sigala.mail;.
</para>

<para>All rights reserved.</para>

<para>Documentation copyright 2005 &John.Hayes; &John.Hayes.mail;.</para>

<!-- TRANS:CREDIT_FOR_TRANSLATORS -->

&underFDL;

&underGPL;

</chapter>

</book>