Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.xml.in
blob: e64f6d39fdd2f582dd81973d0ee45251b92bacbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
  <Board type="python:connect4"
         section="/strategy" 
	 name="connect4" 
         icon="boardicons/connect4.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 xml:space="preserve">Create a line of 4 pieces either horizontally (lying down)
or vertically (standing up)</_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 &lt;http://forcedattack.sourceforge.net&gt;</_credit>
  </Board>
</GCompris>