Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:39:40 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:39:40 (GMT)
commit613b2587f46b35bbe789e72c9b3063b9fb20b373 (patch)
tree4473a830a06b021443d983d499ee06dd6ad6b274 /boards/connect4.xml.in
parentfad6f9bc4eaeb3c08de16d2efa4df083575892eb (diff)
missing files for connect4
Diffstat (limited to 'boards/connect4.xml.in')
-rw-r--r--boards/connect4.xml.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/boards/connect4.xml.in b/boards/connect4.xml.in
new file mode 100644
index 0000000..6939aa4
--- /dev/null
+++ b/boards/connect4.xml.in
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board type="python:connect4" section="/boards/."
+ name="connect4" icon="boardicons/python.png"
+ difficulty="2" boarddir="connect4"
+ author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
+ <_title>Connect 4</_title>
+ <_description>Arrange four coins in a row</_description>
+ <_prerequisite>Mouse manipulation</_prerequisite>
+ <_goal>Create a line of 4 pieces either horizontaly or vertically</_goal>
+ <_manual>Click anywhere in the line in which you want to drop a piece</_manual>
+ <_credit>Laurent Lacheny. Images and Artificial Intelligence taken from project 4stattack by Jeroen Vloothuis. The original project can be found on http://forcedattack.sourceforge.net</_credit>
+ </Board>
+</GCompris> \ No newline at end of file