Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/memory_tux.xml.in
diff options
context:
space:
mode:
authorYves Combe <ycombe@src.gnome.org>2005-09-01 08:55:38 (GMT)
committer Yves Combe <ycombe@src.gnome.org>2005-09-01 08:55:38 (GMT)
commit402957f2b264248ca06d3e62967411e9df7909af (patch)
tree2072b43ba1b0bfa7c1c40c192f78ff9213dff4e0 /boards/memory_tux.xml.in
parent9f5ec75b5fe1b62966ccca00a518a523bd6b3f73 (diff)
add new mode in memory.c: Play against the computer.
That makes a new board: /boards/memory_tux
Diffstat (limited to 'boards/memory_tux.xml.in')
-rw-r--r--boards/memory_tux.xml.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/boards/memory_tux.xml.in b/boards/memory_tux.xml.in
new file mode 100644
index 0000000..7c2eb1a
--- /dev/null
+++ b/boards/memory_tux.xml.in
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board
+ name="memory_tux"
+ type="memory"
+ section="/boards"
+ mode="tux"
+ difficulty="3"
+ icon="boardicons/memory_tux.png"
+ author="Yves Combe (yves@ycombe.net)"
+ boarddir="">
+ <_title>Memory Game with images, against Tux</_title>
+ <_description>Play to memory against Tux.</_description>
+ <_prerequisite>Mouse manipulation, Brain.</_prerequisite>
+ <_goal>Train your memory and remove all the cards</_goal>
+ <_manual>A set of blank cards is shown. Each pair is
+associated by the same picture in their hidden faces. Click on a
+card to can uncover it and see its hidden picture. However, you
+can only see two hidden pictures at once. You have to remember the
+position of the pictures to associate them. To remove a pair of cards,
+uncover both of them. You play alternatively with Tux, and must take more pairs of cards than him.</_manual>
+ </Board>
+ <Data directory=""/>
+</GCompris>