~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to src/connect4-activity/connect4.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<GCompris>
 
3
  <Board
 
4
         type="python:connect4"
 
5
         section="/strategy"
 
6
         name="connect4"
 
7
         icon="connect4.svg"
 
8
         difficulty="2"
 
9
         boarddir="connect4"
 
10
         author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
 
11
         <_title>Connect 4</_title>
 
12
         <_description>Arrange four coins in a row</_description>
 
13
        <_prerequisite>Mouse-manipulation</_prerequisite>
 
14
        <_goal>Create a line of 4 pieces either horizontally (lying down), vertically (standing up) or diagonally.</_goal>
 
15
        <_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>
 
16
        <_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>
 
17
  </Board>
 
18
</GCompris>