Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/sudoku.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-08-24 22:03:41 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-08-24 22:03:41 (GMT)
commit15224ee039b09bc3adde951be03dd817fa58b82f (patch)
treef506894e88c53100e4bab44fe26d1711930e5b95 /boards/sudoku.xml.in
parentf00879bdf638b61e89c41cbaea63ea682a9b3c66 (diff)
Changed the difficulty from 1 to 5 updated help completed, now work in
* boards/fifteen.xml.in: Changed the difficulty from 1 to 5 * boards/sudoku.xml.in: updated help * src/boards/python/sudoku.py: completed, now work in drag and drop mode * src/boards/railroad.c: (reposition_model): fix by François Gannaz the original position was not resetted on repeat button
Diffstat (limited to 'boards/sudoku.xml.in')
-rw-r--r--boards/sudoku.xml.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/boards/sudoku.xml.in b/boards/sudoku.xml.in
index c99a4f0..86e0740 100644
--- a/boards/sudoku.xml.in
+++ b/boards/sudoku.xml.in
@@ -10,10 +10,11 @@
boarddir="">
<_title>Sudoku, place unique numbers in a square.</_title>
<_description>Each number must be unique in a raw,
-in a column and in each 3x3 region.</_description>
- <_prerequisite></_prerequisite>
- <_goal>The aim of the puzzle is to enter a 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 numerals given in some cells (the 'givens'). Each row, column and region must contain only one instance of each numeral. Completing the puzzle requires patience and logical ability (Source http://en.wikipedia.org/wiki/Sudoku)</_goal>
- <_manual>Click on an empty square to give it the keyboard focus. Then enter a possible number. GCompris will not let you enter invalid number.
+in a column and, if defined in 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 http://en.wikipedia.org/wiki/Sudoku).</_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>