[gcompris/gcomprixogoo] Added more simple levels in lightsoff.



commit 64424df4eb80df76ce8d6a30b97033beeaafbd22
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sun Feb 21 22:00:53 2010 +0100

    Added more simple levels in lightsoff.

 src/lightsoff-activity/lightsoff.py |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/src/lightsoff-activity/lightsoff.py b/src/lightsoff-activity/lightsoff.py
index 4eeb046..a1af557 100644
--- a/src/lightsoff-activity/lightsoff.py
+++ b/src/lightsoff-activity/lightsoff.py
@@ -43,6 +43,31 @@ class Gcompris_lightsoff:
     self.gamewon       = False;
 
     self.data = [
+      [[0,0,0,0,0],
+       [0,0,1,0,0],
+       [0,1,1,1,0],
+       [0,0,1,0,0],
+       [0,0,0,0,0]],
+      [[1,1,0,0,0],
+       [1,0,0,0,0],
+       [0,0,0,0,0],
+       [0,0,0,0,0],
+       [0,0,0,0,0]],
+      [[0,0,0,0,0],
+       [0,0,0,0,0],
+       [0,0,0,0,0],
+       [0,0,1,0,0],
+       [0,1,1,1,0]],
+      [[1,1,0,1,1],
+       [1,0,0,0,1],
+       [0,0,0,0,0],
+       [0,0,0,1,0],
+       [0,0,1,1,1]],
+      [[0,1,1,1,0],
+       [1,0,1,0,1],
+       [1,1,0,1,1],
+       [1,0,1,0,1],
+       [0,1,1,1,0]],
       [[1,1,0,1,1],
        [1,0,1,0,1],
        [0,1,1,1,0],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]