Rename things to the final game name
authorNeil <neil@dip.sun.ac.za>
Thu, 18 Apr 2013 22:17:09 +0000 (00:17 +0200)
committerNeil <neil@dip.sun.ac.za>
Thu, 18 Apr 2013 22:17:09 +0000 (00:17 +0200)
README.txt
android.txt
data/screens/intro_screen.png
erdslangetjie/__main__.py
erdslangetjie/editor/editor.py
sources/intro_screen.xcf

index ff5f9cafe9676a6b4eb28b2bdd0434b615196944..748cea2bd3ec973f4e59235e1fc23ae859d96ca3 100644 (file)
@@ -1,11 +1,11 @@
-Peter's Thread Snake
-=====================
+Bane's Befuddlement
+===================
 
 Entry in PyWeek #16  <http://www.pyweek.org/16/>
 URL: http://www.pyweek.org/e/erdslangetjie
 Team: erdslangetjie
 Members: Neil Muller (drnlm)
 
 Entry in PyWeek #16  <http://www.pyweek.org/16/>
 URL: http://www.pyweek.org/e/erdslangetjie
 Team: erdslangetjie
 Members: Neil Muller (drnlm)
-License: see LICENSE.txt
+License: ICS - see LICENSE.txt
 
 
 Requirements
 
 
 Requirements
@@ -33,7 +33,7 @@ This time, you were prepared. Your trusty servant, Igor, has laid out a cunning
 maze leading to a secret underwater submarine that will allow you to flee
 without being caught.
 
 maze leading to a secret underwater submarine that will allow you to flee
 without being caught.
 
-Of course, it would have been better if Igore had managed to get the map to you
+Of course, it would have been better if Igor had managed to get the map to you
 before things got compilcated, but the lack of a map is but a minor setback.
 
 
 before things got compilcated, but the lack of a map is but a minor setback.
 
 
index d911c4c511606d256938ff7164505466182d9f8f..e0cd6a47fe460844a91462c3d41ebbb6ab01b08f 100644 (file)
@@ -1,4 +1,4 @@
-title=Peter's Thread Snake
+title=Bane's Befuddlement
 author=Neil Muller
 api=1
 orientation=landscape
 author=Neil Muller
 api=1
 orientation=landscape
index 3c30d7b7e58dd7c72efa8116603920e0ff76b01b..6a47871a0ecd8cda373f254a17683db4b809731b 100644 (file)
Binary files a/data/screens/intro_screen.png and b/data/screens/intro_screen.png differ
index 935d212b98ccb6b246859c91b24efee773d63122..93b39f531918045ee60bc0e75a2d3ba8386d0ab0 100644 (file)
@@ -336,7 +336,7 @@ class LostScreen(Screen):
 
 class GameApp(App):
 
 
 class GameApp(App):
 
-    title = "Peter's thread snake"
+    title = "Bane's Befuddlement"
 
     def __init__(self):
         super(GameApp, self).__init__()
 
     def __init__(self):
         super(GameApp, self).__init__()
index 59af026bc00a0cb8595ab9c04791898364076359..3a6b4eca49991c198f52a92b2dd090aa22a643b4 100644 (file)
@@ -155,6 +155,8 @@ class EditorWindow(FloatLayout):
 
 class EditorApp(App):
 
 
 class EditorApp(App):
 
+    title = "Bane's Befuddlement Level Editor"
+
     def __init__(self, level):
         self.level = level
         super(EditorApp, self).__init__()
     def __init__(self, level):
         self.level = level
         super(EditorApp, self).__init__()
index 641aae92e1d1906b1571a1304e0fcb6426f96630..96acf02fde81d8a8f8a5e66975f4490d41ce3091 100644 (file)
Binary files a/sources/intro_screen.xcf and b/sources/intro_screen.xcf differ