-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)
-License: see LICENSE.txt
+License: ICS - see LICENSE.txt
Requirements
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.
class EditorApp(App):
+ title = "Bane's Befuddlement Level Editor"
+
def __init__(self, level):
self.level = level
super(EditorApp, self).__init__()