Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4-2players.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-11-12 15:29:20 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-11-12 15:29:20 (GMT)
commita947a5b18956e90878ced860dd9d4b94da9a432e (patch)
tree78312f875daf23cd9fc2682d11fe91b6b93b8bda /boards/connect4-2players.xml.in
parentcf3c2ae09f6a4c6465a96202cad5ad43e10594c6 (diff)
Added a connect4 two player mode
Diffstat (limited to 'boards/connect4-2players.xml.in')
-rw-r--r--boards/connect4-2players.xml.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/boards/connect4-2players.xml.in b/boards/connect4-2players.xml.in
new file mode 100644
index 0000000..9dd29f3
--- /dev/null
+++ b/boards/connect4-2players.xml.in
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<GCompris>
+ <Board type="python:connect4"
+ section="/strategy"
+ name="connect4-2players"
+ icon="boardicons/connect4.png"
+ difficulty="2"
+ boarddir="connect4"
+ mode="2players"
+ author="Laurent Lacheny (laurent.lacheny@wanadoo.fr) / Miguel de Izarra (miguel2i@free.fr)">
+ <_title>Connect 4 (2 Players)</_title>
+ <_description>Arrange four coins in a row</_description>
+ <_prerequisite>Mouse-manipulation</_prerequisite>
+ <_goal>Create a line of 4 pieces either horizontally (lying down) or vertically (standing up)</_goal>
+ <_manual>Click anywhere in the line where you want to drop a piece. Alternatively, you can use the arrow keys to move and the down, or space key to drop a piece.</_manual>
+ <_credit>The original code was written in 2005 by Laurent Lacheny. In 2006, Miguel de Izarra made the two players game. Images and Artificial Intelligence taken from project 4stattack by Jeroen Vloothuis. The original project can be found on &lt;http://forcedattack.sourceforge.net&gt;</_credit>
+ </Board>
+</GCompris>