Warning, /games/klines/doc/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!--IMPORTANT: please note that'do not change this!' notice does not apply to translators -->
0003 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
0004   <!ENTITY % English "INCLUDE" > <!-- change language only here -->
0005   <!ENTITY % addindex "IGNORE"> <!-- do not change this! -->
0006 ]>
0007 
0008 <book id="klines" lang="&language;"> <!-- do not change this! -->
0009 <bookinfo>
0010         <title>The &kolorlines; Handbook</title> <!-- This is the title of the docbook. Leave as is unless change is necessary.-->
0011 <!-- List of immidiate authors begins here. -->
0012 <!--INPORTANT! - All other contributors: [to be determined] -->
0013 <authorgroup>
0014 <author>
0015 <firstname>Roman</firstname><surname>Razilov</surname>
0016 <affiliation><address>&Roman.Razilov.mail;</address></affiliation>
0017 </author>
0018 <author>
0019 <firstname>Roman</firstname><surname>Merzlyakov</surname>
0020 <affiliation><address>&Roman.Merzlyakov.mail;</address></affiliation>
0021 </author>
0022 <author>
0023 <firstname>Eugene</firstname><surname>Trounev</surname>
0024 <affiliation><address><email>eugene.trounev@gmail.com</email></address></affiliation>
0025 </author>
0026 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0027 </authorgroup>
0028 
0029 <copyright>
0030 <year>2000</year>
0031 <year>2001</year>
0032 <holder>&Roman.Razilov;,</holder>
0033 <holder>&Roman.Merzlyakov;</holder>
0034 </copyright>
0035 <legalnotice>&FDLNotice;</legalnotice>
0036 
0037 <date>2021-07-11</date>
0038 <releaseinfo>1.6 (KDE Gear 21.04)</releaseinfo>
0039 
0040 <!--Short description of this document. Do not change unless necessary!-->
0041 <abstract>
0042         <para>This documentation describes the game of &kolorlines; version 1.6</para>
0043 </abstract>
0044 
0045 <!--List of relevant keywords-->
0046 <keywordset>
0047         <keyword>KDE</keyword> <!-- do not change this! -->
0048         <keyword>kdegames</keyword> <!-- do not change this! -->
0049         <keyword>game</keyword> <!-- do not change this! -->
0050         <keyword>Kolor Lines</keyword><!--Application name goes here-->
0051 <!-- Game genre. Use as many as necessary. Available game types are: Arcade, Board, Card, Dice, Toys, Logic, Strategy.-->
0052         <keyword>arcade</keyword>
0053         <keyword>color lines</keyword>
0054         <keyword>color</keyword>
0055         <keyword>colors</keyword>
0056 <!--Number of possible players. It can be: One, Two,..., Multiplayer-->
0057         <keyword>one player</keyword>
0058 </keywordset>
0059 </bookinfo>
0060 <!--Content begins here: -->
0061 <chapter id="introduction"><title>Introduction</title> <!-- do not change this! -->
0062         <note><title>Gametype:</title><para>Arcade</para></note><!-- Game genre. Use as many as necessary. Available game types are: Arcade, Board, Card, Dice, Toys, Logic, Strategy.-->
0063         <note><title>Number of possible players:</title><para>One</para></note><!--Number of possible players. It can be: One, Two,..., Multiplayer-->
0064         <para>&kolorlines; is a simple but highly addictive, one player game by &kde;. &kolorlines; has been inspired by well known game of <application>Color Lines</application>, written for <application>DOS</application>, by Olga Demina, Igor Ivkin and Gennady Denisov back in 1992.</para>
0065         <para>The goal of &kolorlines; is quite plain. The player has to move the colored marbles around the game board, gathering them into the lines of the same color by five. Once the line is complete it is removed from the board, therefore freeing precious space. In the same time the new marbles keep arriving by three after each move, filling up the game board.</para>
0066         <para>&kolorlines; cannot be won, and is played exclusively to get a high score. The game ends once the whole game board is filled up with marbles.</para>
0067 </chapter>
0068 
0069 <chapter id="howto"><title>How to Play</title> <!-- do not change this! -->
0070 <!--IMPORTANT: If the game has no defined objective, please remove the below line.-->
0071         <note><title>Objective:</title><para>Move the colored marbles around the game board, gathering them into the lines of the same color by five.</para></note><!--Describe the objective of the game.-->
0072 <!--How to play description. Don't be to specific on rules as they have a separate section in this document-->
0073         <para>  When &kolorlines; starts you are presented with the game board split into 81 squares (the game board is 9x9 squares), and right away three new colored marbles appear on the board. Use your mouse to move the marbles from cell to cell to group them into the lines of the same color. However, after each of your moves the computer drops three more marbles onto the board. To avoid filling up the board you should gather the marbles into lines of 5 or more marbles. When such a line is complete, the marbles are removed from the field and your score grows.</para>
0074         <note><title>Note:</title><para>The new marbles will not be added to the field after a line removal. Instead you will be rewarded with yet another move before a new triplet of marbles is added.</para></note>
0075         <para>The increase in score depends solely on the amount of the erased marbles.</para>
0076         <note><title>Note:</title><para>If you are playing with <guimenuitem>Show Next</guimenuitem> feature enabled the increase in score is less than if  <guimenuitem>Show Next</guimenuitem> feature is disabled.</para></note>
0077         <para>&kolorlines; cannot be won, and is played exclusively to get a high score. The game ends once the whole game board becomes filled up with marbles.</para>
0078 </chapter>
0079 
0080 <chapter id="rules_and_tips"><title>Game Rules, Strategies and Tips</title> <!-- do not change this! -->
0081         <!--This section has to do with game rules. Please give a detailed description of those using lists or paragraphs.-->
0082         <sect1 id="rules">
0083                 <title>Game Rules</title>
0084                         <itemizedlist>
0085                                 <listitem><para>After each player’s move the game will add three more marbles to the board.</para></listitem>
0086                                 <listitem><para>To free up the space on the board player has to group the marbles of the same color into an uninterrupted horizontal, vertical, or diagonal line by five or more.</para></listitem>
0087                                 <listitem><para>To initiate the move, simply click on the source marble to select it, then click on the destination square to complete the move.</para></listitem>
0088                                 <listitem><para>A marble can only be moved into the squares that are vacant and not occupied by any other marble.</para></listitem>
0089                                 <listitem><para>In the same way, the square in question must be freely accessible.</para></listitem>
0090                                 <listitem><para>The square is freely accessible when there are no other marbles blocking the path to it.</para></listitem>
0091                                 <listitem><para>The path is considered blocked if any part of it is currently being occupied by a marble.</para></listitem>
0092                         </itemizedlist>
0093                         <note><title>Note:</title><para>In &kolorlines;, the path is automatically calculated by the game. If there is no possible (open) route to the destination cell, a friendly notification will be displayed.</para></note>
0094                         <itemizedlist>
0095                                 <listitem><para>In order to successfully transfer a marble to a desired cell where the path is blocked to, player has to clear the path first.</para></listitem>
0096                                 <listitem><para>To clear the path the player simply has to move all the blocking marbles out of the way, therefore freeing the route.</para></listitem>
0097                                 <listitem><para>The scores are awarded for each line of marbles removed off the game board.</para></listitem>
0098                         </itemizedlist>
0099                         <note><title>Note:</title><para>If you are playing with <guimenuitem>Show Next</guimenuitem> feature enabled the increase in score is less than if <guimenuitem>Show Next</guimenuitem> feature is disabled.</para></note>
0100         </sect1>
0101         <sect1 id="strategies">
0102                 <title>Strategies and Tips</title>
0103                         <itemizedlist>
0104                                 <listitem><para>Keep a close look on the bar showing the next three marbles to be dropped onto the field (unless <guimenuitem>Show Next</guimenuitem> feature is disabled). More often then not you will appreciate the information if provides.</para></listitem>
0105                                 <listitem><para>Try to keep at least a half of the game board cleared. Letting the marbles to pile up will almost certainly lead to a loss.</para></listitem>
0106                                 <listitem><para>To make your game easier, always keep more than one line of the same marbles ready for remove. This can be achieved by building the consecutive lines of the same marbles everywhere possible, instead of concentrating on one line at a time.</para></listitem>
0107                                 <listitem><para>Try to keep more than three almost completed lines existing on the game board at all times. Almost completed means that they are four same marbles in length, and only one marble remains until their completion.</para></listitem>
0108                         </itemizedlist>
0109                         <note><title>Example:</title><para>If you have an almost completed line and the pathway to it suddenly becomes blocked with another marble, don’t just move that marble. Try to find a sequence of the marbles of the same kind that you can continue with the moved marble. If such sequence exists and is accessible – then move the blocking marble there.</para></note>
0110         </sect1>
0111 </chapter>
0112 
0113 <chapter id="interface"><title>Interface Overview</title> <!-- do not change this! -->
0114 <!-- This section has to do with menubar. Describe every single entry in order. Use <variablelist> and <varlistentry>. Split the chapter into sections using <sect1(2,3)> for better viewing.-->
0115 <sect1 id="klines-mainwindow">
0116 <title>The Main &kolorlines; Window</title>
0117 <screenshot>
0118                                 <screeninfo>A screenshot of &kolorlines;</screeninfo>
0119                                 <mediaobject>
0120                                         <imageobject>
0121                                                 <imagedata fileref="gamescreen.png" format="PNG"/>
0122                                         </imageobject>
0123                                         <textobject><phrase>Screenshot</phrase></textobject>
0124                                 </mediaobject>
0125                         </screenshot>
0126 <para>On the very top of the game window there are located the menubar and the toolbar.
0127 In the center of the screen there is a large square area filled with marbles called the game board.
0128 On the right hand side there located a bar showing the next three marbles to be dropped onto the field (unless <guimenuitem>Show Next</guimenuitem> feature is disabled).
0129 Below the playing field there is the status bar.</para>
0130 </sect1>
0131 <sect1 id="menu-items">
0132         <title>Menu Items</title>
0133         <variablelist>
0134                 <varlistentry id="menu-game-new">
0135                         <term><menuchoice>
0136                                 <shortcut><keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo></shortcut>
0137                                 <guimenu>Game</guimenu>
0138                                 <guimenuitem>New</guimenuitem>
0139                         </menuchoice></term>
0140                         <listitem><para><action>Starts a new game.</action></para></listitem>
0141                 </varlistentry>
0142                 <varlistentry id="menu-game-end">
0143                         <term><menuchoice>
0144                                 <shortcut><keycombo action="simul">&Ctrl;&End;</keycombo></shortcut>
0145                                 <guimenu>Game</guimenu>
0146                                 <guimenuitem>End Game</guimenuitem>
0147                         </menuchoice></term>
0148                         <listitem><para><action>Ends a running game.</action></para></listitem>
0149                 </varlistentry>
0150                 <varlistentry id="menu-game-highscore">
0151                         <term><menuchoice>
0152                                 <shortcut><keycombo action="simul">&Ctrl;<keycap>H</keycap></keycombo></shortcut>
0153                                 <guimenu>Game</guimenu>
0154                                 <guimenuitem>Show High Scores...</guimenuitem>
0155                         </menuchoice></term>
0156                         <listitem><para><action>Displays the high score table.</action></para></listitem>
0157                 </varlistentry>
0158                 <varlistentry>
0159                         <term><menuchoice>
0160                                 <shortcut><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo></shortcut>
0161                                 <guimenu>Game</guimenu>
0162                                 <guimenuitem>Quit</guimenuitem>
0163                         </menuchoice></term>
0164                         <listitem><para><action>Quits</action> &kolorlines;</para></listitem>
0165                 </varlistentry>
0166 
0167                 <varlistentry id="menu-move-undo">
0168                         <term><menuchoice>
0169                                 <shortcut><keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo></shortcut>
0170                                 <guimenu>Move</guimenu>
0171                                 <guimenuitem>Undo</guimenuitem>
0172                         </menuchoice></term>
0173                         <listitem><para><action>This will undo the last move.</action></para></listitem>
0174                 </varlistentry>
0175                 <varlistentry  id="menu-move-endturn">
0176                         <term><menuchoice>
0177                                 <guimenu>Move</guimenu><guimenuitem>End Turn</guimenuitem>
0178                         </menuchoice></term>
0179                         <listitem><para>Skip your move, immediately play the next marbles without you moving any.</para></listitem>
0180                 </varlistentry>
0181 
0182                 <varlistentry id="menu-navigation-left">
0183                         <term><menuchoice>
0184                                 <shortcut>&Left;</shortcut>
0185                                 <guimenu>Navigation</guimenu>
0186                                 <guimenuitem>Move Left</guimenuitem>
0187                         </menuchoice></term>
0188                         <listitem><para><action>This action will move the selection cursor to the left.</action></para></listitem>
0189                 </varlistentry>
0190                 <varlistentry id="menu-navigation-right">
0191                         <term><menuchoice>
0192                                 <shortcut>&Right;</shortcut>
0193                                 <guimenu>Navigation</guimenu>
0194                                 <guimenuitem>Move Right</guimenuitem>
0195                         </menuchoice></term>
0196                         <listitem><para><action>This action will move the selection cursor to the right.</action></para></listitem>
0197                 </varlistentry>
0198                 <varlistentry id="menu-navigation-up">
0199                         <term><menuchoice>
0200                                 <shortcut>&Up;</shortcut>
0201                                 <guimenu>Navigation</guimenu>
0202                                 <guimenuitem>Move Up</guimenuitem>
0203                         </menuchoice></term>
0204                         <listitem><para><action>This action will move the selection cursor up.</action></para></listitem>
0205                 </varlistentry>
0206                 <varlistentry id="menu-navigation-down">
0207                         <term><menuchoice>
0208                                 <shortcut>&Down;</shortcut>
0209                                 <guimenu>Navigation</guimenu>
0210                                 <guimenuitem>Move Down</guimenuitem>
0211                         </menuchoice></term>
0212                         <listitem><para><action>This action will move the selection cursor down.</action></para></listitem>
0213                 </varlistentry>
0214                 <varlistentry id="menu-navigation-select">
0215                         <term><menuchoice>
0216                                 <shortcut>&Space;</shortcut>
0217                                 <guimenu>Navigation</guimenu>
0218                                 <guimenuitem>Select</guimenuitem>
0219                         </menuchoice></term>
0220                         <listitem><para><action>This action will select the item currently under the cursor.</action></para></listitem>
0221                 </varlistentry>
0222 
0223                 <varlistentry id="menu-settings-shownext">
0224                         <term><menuchoice>
0225                                 <guimenu>Settings</guimenu>
0226                                 <guimenuitem>Show Next</guimenuitem>
0227                         </menuchoice></term>
0228                         <listitem><para><action>Toggles the information on next marbles.</action></para></listitem>
0229                 </varlistentry>
0230         </variablelist>
0231 
0232 <para>
0233 Additionally &kolorlines; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu>
0234 menu items, for more information read the sections about the <ulink url="help:/fundamentals/menus.html#menus-settings"
0235 >Settings Menu</ulink> and <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
0236 of the &kde; Fundamentals.
0237 </para>
0238 
0239 </sect1>
0240 </chapter>
0241 
0242 <chapter id="faq"><title>Frequently asked questions</title> <!-- do not change this! -->
0243 <!--This chapter is for frequently asked questions. Please use <qandaset> <qandaentry> only!-->
0244 <qandaset>
0245 <!--Following is a standard list of FAQ questions.-->
0246 <qandaentry>
0247  <question><para>I want to change the way this game looks. Can I? </para></question>
0248  <answer><para>Yes. To change &kolorlines; visual theme you can use the <menuchoice><guimenu>Settings</guimenu> <guimenuitem>Configure &kolorlines;...</guimenuitem></menuchoice> menu item.</para></answer>
0249 </qandaentry>
0250 <qandaentry>
0251  <question><para>I don't want to make any moves right now. Can I skip a turn? </para></question>
0252  <answer><para>Yes. To skip a turn you can use a <link linkend="menu-move-endturn">keyboard shortcut</link>, or a <link linkend="menu-move-endturn">menubar</link> option.</para></answer>
0253 </qandaentry>
0254 <qandaentry>
0255  <question><para>Can I use the keyboard to play the game? </para></question>
0256  <answer><para>Yes. You can use the cursor keys and the &Space; key to select and set the marbles.</para></answer>
0257 </qandaentry>
0258 <qandaentry>
0259  <question><para>I cannot figure out what to do here! Are there hints? </para></question>
0260  <answer><para>No. &kolorlines; does not have a <quote>Hint</quote> feature.</para></answer>
0261 </qandaentry>
0262 <qandaentry>
0263  <question><para>I have to quit the game now, but I am not finished yet. Can I save my progress?</para></question>
0264   <answer><para>&kolorlines; does not have a <quote>Save</quote> feature at the moment.</para></answer>
0265 </qandaentry>
0266 </qandaset>
0267 </chapter>
0268 
0269 <chapter id="configuration"><title>Game Configuration</title> <!-- do not change this! -->
0270   <para>&kolorlines; configuration dialog allows you to select &kolorlines; visual themes.</para>
0271   <para>To select a new theme simply choose the theme from the selection list.
0272   Each item in the list shows a small preview left to the theme name. A selection is immediately applied.</para>
0273   <para>Once you are satisfied with the theme you have selected you can click the <guibutton>Close</guibutton>,
0274   located at the bottom part of this dialog.</para>
0275 </chapter>
0276 
0277 <chapter id="credits"><title>Credits and License</title> <!-- do not change this! -->
0278 <!--This chapter is for credits and licenses.-->
0279 
0280 <para>&kolorlines;</para>
0281 
0282 <para>Program copyright 2000 &Roman.Merzlyakov;
0283 &Roman.Merzlyakov.mail;</para>
0284 <para>Contributors:</para>
0285 <itemizedlist>
0286 <listitem><para>&Roman.Razilov; &Roman.Razilov.mail;
0287 Redesign, Graphik, animation, partial re-write. Special thanks to my wife Larissa Juschkin for
0288 testing and discussions.</para>
0289 </listitem>
0290 
0291 </itemizedlist>
0292 
0293 <para>Documentation copyright 2001 &Roman.Razilov;
0294 &Roman.Razilov.mail;</para>
0295 
0296 <!-- !!!do not change ANYTHING after this line!!!! -->
0297 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
0298 &underFDL;
0299 &underGPL;
0300 
0301 </chapter>
0302 
0303 &documentation.index;
0304 </book>
0305 <!--
0306 Local Variables:
0307 mode: sgml
0308 sgml-minimize-attributes:nil
0309 sgml-general-insert-case:lower
0310 sgml-omittag:t
0311 sgml-shorttag:t
0312 sgml-namecase-general:t
0313 sgml-always-quote-attributes:t
0314 sgml-indent-step:0
0315 sgml-indent-data:nil
0316 sgml-parent-document:nil
0317 sgml-exposed-tags:nil
0318 sgml-local-catalogs:nil
0319 sgml-local-ecat-files:nil
0320 End:
0321 -->