Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:30:27 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2005-03-30 23:30:27 (GMT)
commitfad6f9bc4eaeb3c08de16d2efa4df083575892eb (patch)
tree47b82eba6b4f09b28f0e149ceb82dc7295d73152 /boards/connect4
parentcf6c004fc29c6e1fa650fcac4be3e86cd86a1cd0 (diff)
Laurent Lacheny has created a new activity in gcompris.
It's the classic connect4. You have to connect 4 lines in a row. You play against the computer. The IA code comes from the project 4stattack by Jeroen Vloothuis http://forcedattack.sourceforge.net/ It's the first commit and it's a work in progress. Bruno reviewed all key_press return value like explained here: It doesn't explain us why we get event twice but at least we know what has changed. Anyway, the return value in all key_press function of each plugins are not well set. We should return: TRUE = We handled the key FALSE = We did not handled the key, gtk need to send it to next widget
Diffstat (limited to 'boards/connect4')
-rw-r--r--boards/connect4/back.pngbin0 -> 46711 bytes
-rw-r--r--boards/connect4/grid.pngbin0 -> 170296 bytes
-rw-r--r--boards/connect4/prof.pngbin0 -> 12298 bytes
-rw-r--r--boards/connect4/sablier.txt1
-rw-r--r--boards/connect4/selector.pngbin0 -> 6900 bytes
-rw-r--r--boards/connect4/stone_1.pngbin0 -> 8096 bytes
-rw-r--r--boards/connect4/stone_2.pngbin0 -> 7998 bytes
7 files changed, 1 insertions, 0 deletions
diff --git a/boards/connect4/back.png b/boards/connect4/back.png
new file mode 100644
index 0000000..d382aea
--- /dev/null
+++ b/boards/connect4/back.png
Binary files differ
diff --git a/boards/connect4/grid.png b/boards/connect4/grid.png
new file mode 100644
index 0000000..af52536
--- /dev/null
+++ b/boards/connect4/grid.png
Binary files differ
diff --git a/boards/connect4/prof.png b/boards/connect4/prof.png
new file mode 100644
index 0000000..9fe3da0
--- /dev/null
+++ b/boards/connect4/prof.png
Binary files differ
diff --git a/boards/connect4/sablier.txt b/boards/connect4/sablier.txt
new file mode 100644
index 0000000..52503cc
--- /dev/null
+++ b/boards/connect4/sablier.txt
@@ -0,0 +1 @@
+connect4/sablier.gif
diff --git a/boards/connect4/selector.png b/boards/connect4/selector.png
new file mode 100644
index 0000000..e4e6124
--- /dev/null
+++ b/boards/connect4/selector.png
Binary files differ
diff --git a/boards/connect4/stone_1.png b/boards/connect4/stone_1.png
new file mode 100644
index 0000000..aefbe5d
--- /dev/null
+++ b/boards/connect4/stone_1.png
Binary files differ
diff --git a/boards/connect4/stone_2.png b/boards/connect4/stone_2.png
new file mode 100644
index 0000000..636d849
--- /dev/null
+++ b/boards/connect4/stone_2.png
Binary files differ