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>2007-02-06 23:23:14 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-02-06 23:23:14 (GMT)
commit6df41461b5b4c199b79f9d450718658ab94a21d3 (patch)
tree68b7aa42edee5affbaed11aa050b2a8e2610421d /boards/connect4-2players.xml.in
parent5e6a640fd2210d6010300d9472fe694375659a30 (diff)
added diagonal in the help - improved. better layout, better save.
* boards/connect4-2players.xml.in: added diagonal in the help * boards/connect4.xml.in: - * src/boards/wordprocessor.c: (wordprocessor_create), (display_style_buttons), (display_style_selector), (display_color_style_selector), (save_buffer): improved. better layout, better save. svn path=/trunk/; revision=2472
Diffstat (limited to 'boards/connect4-2players.xml.in')
-rw-r--r--boards/connect4-2players.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/connect4-2players.xml.in b/boards/connect4-2players.xml.in
index 7cf2627..1d7b68e 100644
--- a/boards/connect4-2players.xml.in
+++ b/boards/connect4-2players.xml.in
@@ -11,7 +11,7 @@
<_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>
+ <_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>