File: rules.page

package info (click to toggle)
gnome-sudoku 1%3A43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,708 kB
  • sloc: cpp: 96; xml: 65; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (5)
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
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
	type="topic" style="task"
	id="rules">

  <info>
   <link type="guide" xref="index#play"/>
   <link type="seealso" xref="highlighting" />
    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
    <credit type="author copyright">
      <name>Thomas Hinkle</name>
      <email>tmhinkle@gmail.com</email>
      <years>2011</years>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>

<title>Game rules</title>
<p>In order to complete the puzzle, you must fill each cell with a number between 1 and 9, inclusive, such that no number is repeated in any row, column or 3×3 box.
</p>
<p>
In a solved sudoku, each row, column, and 3×3 box contains all the numbers 1 through 9.
</p>
<p>
Each puzzle has only one solution.</p>

<figure>
  <desc>Outline of a row, a column and a 3×3 box using highlighting option.</desc>
  <media type="image" mime="image/png" src="figures/rowcolumnbox.png" width="400" its:translate="no"></media>
</figure>
</page>