From 37614fd603304b179c53823cc33166e7e487d35c Mon Sep 17 00:00:00 2001 From: Mateu Batle Date: Wed, 27 Oct 2010 20:24:39 +0000 Subject: Added message (not visible yet ?) added proper termination of game --- (limited to 'mathquwy.py') 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( -- cgit v0.9.1