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 12:35:04 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-08-20 12:35:04 (GMT)
commit7661f99744e10726ec8802ac92adf100734b02c1 (patch)
tree3a72c36296f2c039493912c46d9a945a2bc266c8 /boards/sudoku.xml.in
parentc8938e7b08246085dc28db793f23270cb491fe6f (diff)
- Included art from Nicu for Mister Potato
Nicu Buculei <nicu@nicubunu.ro> gave us it's Mister Potato and released it under GPL. - Implemented a first login screen. Not all problem solved and we need at least a login level where kids enter their name with the keyboard. The problem with the current login is that it become a top level pseudo board which is loaded shortly even if there is no users. When there is no users, the login should not be used at all. - Implemented a Sudoku activity (uncomplete yet, the 3x3 sub square is not checked by the computer)
Diffstat (limited to 'boards/sudoku.xml.in')
-rw-r--r--boards/sudoku.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/sudoku.xml.in b/boards/sudoku.xml.in
new file mode 100644
index 0000000..147da27
--- /dev/null
+++ b/boards/sudoku.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="sudoku"
+ type="python:sudoku"
+ section="/boards"
+ icon="boardicons/draw.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>
+ <_prerequisite></_prerequisite>
+ <_goal></_goal>
+ <_manual>
+ </_manual>
+ </Board>
+</GCompris>