1<?xml version="1.0" ?>
2<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
3
4  <!ENTITY % English "INCLUDE" > <!-- change language only here -->
5  <!ENTITY % addindex "IGNORE"> <!-- do not change this! -->
6]>
7
8<book id="bovo" lang="&language;"> <!-- do not change this! -->
9<bookinfo>
10	<title>The &bovo; Handbook</title>
11
12<authorgroup>
13<author>
14<firstname>Aron</firstname><surname>Bostrom</surname>
15<affiliation><address>&Aron.Bostrom.mail;</address></affiliation>
16</author>
17<author>
18<firstname>Eugene</firstname><surname>Trounev</surname>
19<affiliation><address><email>eugene.trounev@gmail.com</email></address></affiliation>
20</author>
21<!-- TRANS:ROLES_OF_TRANSLATORS -->
22</authorgroup>
23
24<copyright>
25<year>2007</year>
26<holder>Aron Bostrom</holder>
27</copyright>
28<legalnotice>&FDLNotice;</legalnotice>
29
30<date>2021-06-21</date>
31<releaseinfo>KDE Gear 21.04</releaseinfo>
32
33<abstract>
34	<para>This documentation describes the game of &bovo; version 1.1</para>
35</abstract>
36
37<!--List of relevan keywords-->
38<keywordset>
39	<keyword>KDE</keyword> <!-- do not change this! -->
40	<keyword>kdegames</keyword> <!-- do not change this! -->
41	<keyword>game</keyword> <!-- do not change this! -->
42	<keyword>bovo</keyword><!--Application name goes here-->
43<!-- Game genre. Use as many as necessary. Available game types are: Arcade, Board, Card, Dice, Toys, Logic, Strategy.-->
44	<keyword>arcade</keyword>
45	<keyword>board</keyword>
46	<keyword>noughts and crosses</keyword>
47<!--Number of possible players. It can be: One, Two,..., Multiplayer-->
48	<keyword>two players</keyword>
49<!--All other relevant keywords-->
50	<keyword>noughts</keyword>
51	<keyword>crosses</keyword>
52	<keyword>Gomoku</keyword>
53	<keyword>Connect Five</keyword>
54	<keyword>Connect5</keyword>
55	<keyword>Board game</keyword>
56	<keyword>X and O</keyword>
57	<keyword>Five in a row</keyword>
58	<keyword>Puzzle</keyword>
59</keywordset>
60</bookinfo>
61<!--Content begins here: -->
62<chapter id="introduction"><title>Introduction</title> <!-- do not change this! -->
63	<note><title>Gametype:</title><para>Board, Arcade</para></note><!-- Game genre. Use as many as necessary. Available game types are: Arcade, Board, Card, Dice, Toys, Logic, Strategy.-->
64	<note><title>Number of possible players:</title><para>Two</para></note><!--Number of possible players. It can be: One, Two,..., Multiplayer-->
65
66<!--Short game description starts here. 3-4 sentences (paragraphs)-->
67	<para>
68	&bovo; is a Gomoku (from Japanese <foreignphrase lang="ja">五目並べ</foreignphrase>, <quote>five points</quote>) like game for two players, where the opponents alternate in placing their respective pictogram on the game board.
69	The aim of this game is to connect five of your own pieces in an unbroken row vertically, horizontally or diagonally.
70	</para>
71	<note><title>Note:</title><para>Also known as: Connect Five, Five in a row, X and O, Noughts and Crosses</para></note>
72</chapter>
73
74<chapter id="howto"><title>How to play</title> <!-- do not change this! -->
75
76<screenshot>
77<mediaobject>
78<imageobject>
79<imagedata fileref="mainscreen.png" format="PNG"/>
80</imageobject>
81<textobject>
82<phrase>&bovo; main screen</phrase>
83</textobject>
84</mediaobject>
85</screenshot>
86
87<!--IMPORTANT: If the game has no defined objective, please remove the below line.-->
88	<note><title>Objective:</title><para>Connect five of your own pieces in an unbroken row vertically, horizontally or diagonally.</para></note>
89	<para>
90	The first time &bovo; is started it is launched in demo mode where two AI players battle each other. You can always start a new game using the <guibutton>New</guibutton> button on the toolbar, the <menuchoice><guimenu>Game</guimenu><guimenuitem>New</guimenuitem></menuchoice> menu entry on the menubar or using the default shortcut <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>.
91	</para>
92	<note><title>Note:</title><para>
93	Because the first player always has an advantage over the second player, &bovo; will alternate the players, switching them every new game.
94	</para></note>
95	<para>
96If you are the first player - start the game by placing your pictogram anywhere on the playing field. If you are the second player wait until the first player places the pictogram and then do the same yourself. You can place your mark into any square on the field, unless it’s already occupied by another game piece (regardless of whether it’s your pictogram or that of your opponent’s).
97	</para>
98	<para>
99You have to place your pieces in a way that prevents your opponent from connecting five marks in an unbroken row vertically, horizontally or diagonally. In the same time you have to connect five of your own pieces in an unbroken row vertically, horizontally or diagonally. Whoever succeeds in doing so first – wins the round.
100	</para>
101</chapter>
102
103<chapter id="rules_and_tips"><title>Game Rules, Strategies and Tips</title> <!-- do not change this! -->
104	<!--This section has to do with game rules. Please give a detailed description of those using lists or paragraphs.-->
105	<sect1 id="rules">
106		<title>Game Rules</title>
107		<itemizedlist>
108			<listitem><para>Players take turn to place their respective marks on the playing board.</para></listitem>
109			<listitem><para>A player cannot move their already placed mark or put their mark upon an already placed mark.</para></listitem>
110			<listitem><para>Players cannot forfeit their turns.</para></listitem>
111			<listitem><para>Player who reaches five marks connected in a straight line (be it vertical, horizontal or diagonal) wins the game.</para></listitem>
112		</itemizedlist>
113	</sect1>
114	<sect1 id="tips">
115		<title>Game Tips</title>
116		<itemizedlist>
117			<listitem><para>When &bovo; is started the first time, it needs resizing. Resize the game window to desired size, and &bovo; will scale up the playing board.</para></listitem>
118			<listitem><para>The first time &bovo; is started it is launched in demo mode, where two AI players battle each other.</para></listitem>
119			<listitem><para>When &bovo; is exited prior to game over, the active game is auto saved. If &bovo; detects an auto saved game at startup, it is restored. If not, &bovo; launches a demo mode.</para></listitem>
120			<listitem><para>You can always start a new game with the <guibutton>New</guibutton> button in the toolbar, the <menuchoice><guimenu>Game</guimenu><guimenuitem>New</guimenuitem></menuchoice> menu entry in the menubar or with the default shortcut <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>.</para></listitem>
121			<listitem><para>If a new game is started when a game is already active, it is counted as a loss.</para></listitem>
122			<listitem><para>Changing the difficulty can be done with the <guilabel>Difficulty</guilabel> drop down box in the right end of the status bar, or from the <menuchoice><guimenu>Settings</guimenu><guimenuitem>Difficulty</guimenuitem></menuchoice> menu entry in the menubar.</para></listitem>
123			<listitem><para>The effect of changing difficulty takes place immediately.</para></listitem>
124			<listitem><para>You can switch the theme of &bovo; from the <menuchoice><guimenu>Settings</guimenu> <guisubmenu>Theme</guisubmenu></menuchoice> menu entry in the menubar. The theme is then switched immediately.</para></listitem>
125			<listitem><para>Animation can be switched on or off as you like from the <menuchoice><guimenu>Settings</guimenu> <guimenuitem>Animation</guimenuitem></menuchoice> menu entry in the menubar.</para></listitem>
126			<listitem><para>If you just realized you made a very bad move, you have the possibility to undo your last move from the toolbar, the menubar or with the default undo keyboard shortcut <keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo>.</para><para>You can keep on undoing moves until you reaches the beginning of the game.</para></listitem>
127			<listitem><para>If you don't know what move to make, you can get a hint from the computer player with the <guibutton>Hint</guibutton> button. The game piece suggested by the &bovo; AI then flashes for a brief period of time.</para></listitem>
128			<listitem><para>When a game is over, the <guibutton>Replay</guibutton> action is enabled, which starts a replay of the last game.</para></listitem>
129		</itemizedlist>
130	</sect1>
131</chapter>
132
133<chapter id="interface"><title>Interface Overview</title> <!-- do not change this! -->
134
135<sect1 id="menu">
136<title>Menu Items</title>
137
138<variablelist>
139<varlistentry>
140<term><menuchoice>
141<shortcut><keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
142</shortcut>
143<guimenu>Game</guimenu>
144<guimenuitem>New</guimenuitem></menuchoice></term>
145<listitem><para>Starts a new game.</para></listitem>
146</varlistentry>
147
148<varlistentry>
149<term>
150<menuchoice>
151<guimenu>Game</guimenu>
152<guimenuitem>Replay</guimenuitem></menuchoice></term>
153<listitem><para>Replay the last game.</para></listitem>
154</varlistentry>
155
156<varlistentry>
157<term><menuchoice>
158<shortcut><keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
159</shortcut>
160<guimenu>Game</guimenu>
161<guimenuitem>Quit</guimenuitem></menuchoice></term>
162<listitem><para>Selecting this item will end your current game, and exit
163&bovo;.</para></listitem>
164</varlistentry>
165
166<varlistentry>
167<term><menuchoice>
168<shortcut>
169<keycombo action="simul">&Ctrl;<keycap>Z</keycap>
170</keycombo>
171</shortcut>
172<guimenu>Move</guimenu>
173<guimenuitem>Undo</guimenuitem>
174</menuchoice>
175</term>
176<listitem>
177<para><action>Undo the last move you made.</action></para>
178</listitem>
179</varlistentry>
180
181<varlistentry>
182<term><menuchoice>
183<shortcut>
184<keycap>H</keycap>
185</shortcut>
186<guimenu>Move</guimenu>
187<guimenuitem>Hint</guimenuitem>
188</menuchoice></term>
189<listitem>
190<para><action>Display</action> a hint for the next move. The game piece suggested by the &bovo; AI then flashes for a brief period of time.</para>
191</listitem>
192</varlistentry>
193
194<varlistentry>
195<term><menuchoice><guimenu>Settings</guimenu><guisubmenu>Theme</guisubmenu></menuchoice></term>
196<listitem><para>Choose one of the themes  <guimenuitem>Scribble</guimenuitem>, <guimenuitem>High Contrast</guimenuitem>,
197<guimenuitem>Spacy</guimenuitem> or <guimenuitem>Gomoku</guimenuitem> for the game.</para></listitem>
198</varlistentry>
199
200<varlistentry>
201<term><menuchoice><guimenu>Settings</guimenu><guimenuitem>Animation
202</guimenuitem></menuchoice></term>
203<listitem><para>Switch the animation on or off.</para></listitem>
204</varlistentry>
205
206<varlistentry>
207<term><menuchoice><guimenu>Settings</guimenu><guisubmenu>Difficulty</guisubmenu></menuchoice></term>
208<listitem><para>Choose the game difficulty from various levels from <guimenuitem>Ridiculously Easy</guimenuitem>
209up to <guimenuitem>Impossible</guimenuitem>.</para></listitem>
210</varlistentry>
211
212</variablelist>
213
214<para>
215Additionally &bovo; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu>
216menu items, for more information read the sections about the <ulink url="help:/fundamentals/menus.html#menus-settings"
217>Settings Menu</ulink> and <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
218of the &kde; Fundamentals.
219</para>
220
221</sect1>
222</chapter>
223
224<chapter id="faq"><title>Frequently asked questions</title> <!-- do not change this! -->
225<!--This chapter is for frequently asked questions. Please use <qandaset> <qandaentry> only!-->
226<qandaset>
227<!--Following is a standard list of FAQ questions.-->
228<qandaentry>
229 <question><para>I want to change the way this game looks. Can I? </para></question>
230 <answer><para>Yes. To change &bovo;'s visual theme you can use the <menuchoice><guimenu>Settings</guimenu><guisubmenu>Theme</guisubmenu>
231</menuchoice> menu entry on the menubar.</para></answer>
232</qandaentry>
233<qandaentry>
234 <question><para>Can I use the keyboard to play this game? </para></question>
235 <answer><para>No. The game of &bovo; cannot be played using keyboard.</para></answer>
236</qandaentry>
237<qandaentry>
238 <question><para>I have to quit the game now, but I am not finished yet. Can I save my progress?</para></question>
239  <answer><para>No. There is no <quote>Save</quote> feature in &bovo; but &bovo; restores the latest unfinished game on startup.</para></answer>
240</qandaentry>
241<qandaentry>
242 <question><para>Where are the highscores?</para></question>
243 <answer><para>&bovo; does not have this feature.</para></answer>
244</qandaentry>
245<!--Please add more Q&As if needed-->
246
247</qandaset>
248</chapter>
249
250<chapter id="credits"><title>Credits and License</title> <!-- do not change this! -->
251<!--This chapter is for credits and licenses.-->
252
253<para>
254&bovo;
255</para>
256<para>
257Program copyright 2002, 2007 &Aron.Bostrom; &Aron.Bostrom.mail;
258</para>
259
260<para>
261Documentation copyright 2007 &Aron.Bostrom; &Aron.Bostrom.mail;</para>
262
263<!-- TRANS:CREDIT_FOR_TRANSLATORS -->
264&underFDL;
265&underGPL;
266
267</chapter>
268
269&documentation.index;
270</book>
271<!--
272Local Variables:
273mode: sgml
274sgml-minimize-attributes:nil
275sgml-general-insert-case:lower
276sgml-omittag:t
277sgml-shorttag:t
278sgml-namecase-general:t
279sgml-always-quote-attributes:t
280sgml-indent-step:0
281sgml-indent-data:nil
282sgml-parent-document:nil
283sgml-exposed-tags:nil
284sgml-local-catalogs:nil
285sgml-local-ecat-files:nil
286End:
287-->
288