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-20 17:17:30 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-08-20 17:17:30 (GMT)
commit080bcb6ad87bdb43b1342589cf0f21ebb226091a (patch)
tree7640901a0703bdbc52255d8cb94424ed959bf66a /boards/sudoku.xml.in
parent253b57d3a2ec3514dffe25322b8477087866f8a5 (diff)
added goal and manual. Thanks for wikipedia. added missing sudoku improved
* boards/sudoku.xml.in: added goal and manual. Thanks for wikipedia. * po/POTFILES.in: added missing sudoku * src/boards/python/sudoku.py: improved colors * boards/boardicons/sudoku.png: created by bruno
Diffstat (limited to 'boards/sudoku.xml.in')
-rw-r--r--boards/sudoku.xml.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/boards/sudoku.xml.in b/boards/sudoku.xml.in
index 147da27..a8e6f9b 100644
--- a/boards/sudoku.xml.in
+++ b/boards/sudoku.xml.in
@@ -4,15 +4,16 @@
name="sudoku"
type="python:sudoku"
section="/boards"
- icon="boardicons/draw.png"
+ icon="boardicons/sudoku.png"
difficulty="3"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
- <_title>Sudoku</_title>
- <_description>Place numbers in a square. Each number must be unique in a raw and in a column</_description>
+ <_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></_goal>
- <_manual>
+ <_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.
</_manual>
</Board>
</GCompris>