Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathquwy.py
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-10-27 20:24:39 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-10-27 20:24:39 (GMT)
commit37614fd603304b179c53823cc33166e7e487d35c (patch)
treef3435e57a5c2d30f6a483803dd0155ea3a767c7f /mathquwy.py
parente23bd788ccd54a7a9e758a5a2c7268ec6e832694 (diff)
Added message (not visible yet ?)
added proper termination of game
Diffstat (limited to 'mathquwy.py')
-rwxr-xr-xmathquwy.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/mathquwy.py b/mathquwy.py
index 30acefe..0b867c2 100755
--- a/mathquwy.py
+++ b/mathquwy.py
@@ -47,15 +47,13 @@ class MathQuwy(usmpgames.Application):
rectsize = (380, 390),
fontsize = 22,
font = "droidsans");
-
-
+
# add game
add_game = game2.Game2( 1, congrats )
substract_game = game2.Game2( 2, congrats )
multiply_game = game2.Game2( 3, congrats )
count_game = game2.Game2( 4, congrats )
-
# add numbers game state (tutorial)
add_tutorial = usmpgames.InfoState( add_game, background_tutorial )
add_tutorial.add_htmltext(