Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathquwy.py
diff options
context:
space:
mode:
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(