Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/sudoku.xml.in
blob: 551595bfc8f6c11e684dd2e03f47d2e43c430ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board
	 name="sudoku"
	 type="python:sudoku"
	 section="/puzzle"
	 icon="boardicons/sudoku.svg"
	 difficulty="4"
	 author="Bruno Coudoin (bruno.coudoin@free.fr)"
	 boarddir="">
	 <_title>Sudoku, place unique symbols in a square.</_title>
	 <_description>Symbols must be unique in a row, in a column, and (if defined) each region.</_description>
	<_prerequisite>Completing the puzzle requires patience and logical ability</_prerequisite>
	<_goal>The aim of the puzzle is to enter a symbol or numeral from 1 through 9 in each cell of a grid, most frequently a 9x9 grid made up of 3x3 subgrids (called 'regions'), starting with various symbols or numerals given in some cells (the 'givens'). Each row, column and region must contain only one instance of each symbol or numeral (Source &lt;http://en.wikipedia.org/wiki/Sudoku&gt;).</_goal>
	 <_manual>For the first level with colored symbols, drag symbols on the left to their target position. For the higher levels, click on an empty square to give it the keyboard focus. Then enter a possible letter or number. GCompris will not let you enter invalid data.</_manual>
  </Board>
</GCompris>