1<page xmlns="http://projectmallard.org/1.0/"
2      xmlns:its="http://www.w3.org/2005/11/its"
3	type="topic" style="task"
4	id="basics">
5
6  <info>
7    <link type="guide" xref="index#play"/>
8
9    <revision pkgversion="3.8" version="0.1" date="2013-03-07" status="review"/>
10    <revision pkgversion="3.34" version="0.2" date="2020-01-05" status="review"/>
11
12    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
13
14    <credit type="author">
15      <name>Aruna Sankaranarayanan</name>
16      <email its:translate="no">aruna.evam@gmail.com</email>
17    </credit>
18    <credit type="editor">
19      <name>Ekaterina Gerasimova</name>
20      <email its:translate="no">kittykat3756@gmail.com</email>
21    </credit>
22
23    <desc>Start, pause, and quit a game of <app>Nibbles</app>.</desc>
24  </info>
25
26  <title>Basic instructions</title>
27
28<section id="start">
29  <title>Start a new game</title>
30
31  <p>Press the <gui style="button">New Game</gui> button in the header bar to start a new
32  game when being in a game.</p>
33  <p>Press the <gui style="button">Play Again</gui> button when you have finished a game.</p>
34
35</section>
36
37<section id="pause">
38  <title>Pause and resume your game</title>
39
40  <p>Press the <gui style="button">Pause</gui> button in the header bar to pause your game.
41  You can resume your game by pressing the <gui style="button">Resume</gui> button.</p>
42
43</section>
44
45<section id="quit">
46  <title>Quit <app>Nibbles</app></title>
47
48  <p>Press the <gui style="button">⨯</gui> button in the header bar or press
49  <keyseq><key>Ctrl</key><key>Q</key></keyseq> to quit <app>Nibbles</app>
50  at any time.</p>
51
52</section>
53
54</page>
55