Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4-2players.xml.in
blob: 8728401d82d80c47f1527f8a9ae4d35ece0ec1a7 (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-2players"
     icon="boardicons/connect4.svg"
     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) or diagonally.</_goal>
     <_manual>Click the position in the line where you want to drop a piece. You can also use the arrow keys to move the piece left or right, 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>