~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/connect4-2players-activity/connect4-2players.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-2players"
 
7
     icon="connect4.svg"
 
8
     difficulty="2"
 
9
     boarddir="connect4"
 
10
     mode="2players"
 
11
         author="Laurent Lacheny (laurent.lacheny@wanadoo.fr) / Miguel de Izarra (miguel2i@free.fr)">
 
12
     <_title>Connect 4 (2 Players)</_title>
 
13
     <_description>Arrange four coins in a row</_description>
 
14
     <_prerequisite>Mouse-manipulation</_prerequisite>
 
15
     <_goal>Create a line of 4 pieces either horizontally (lying down) or vertically (standing up) or diagonally.</_goal>
 
16
     <_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>
 
17
     <_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>
 
18
  </Board>
 
19
</GCompris>