Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game2
diff options
context:
space:
mode:
Diffstat (limited to 'game2')
-rwxr-xr-xgame2/game2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/game2/game2.py b/game2/game2.py
index 91a248e..95450ea 100755
--- a/game2/game2.py
+++ b/game2/game2.py
@@ -183,7 +183,7 @@ class Game2(usmpgames.ApplicationState):
global number2
global GAMEMODE
if(GAMEMODE==1):
- print('n: '+str(n))
+ #print('n: '+str(n))
#random.randint(max(result-4,1), min(99,result+4))
number1 = random.randint(max(n-5,0),n) + 1
number2 = random.randint(max(n-5,0),n)
@@ -399,7 +399,7 @@ class Game2(usmpgames.ApplicationState):
score=returnScore()
if score> maxScore:
maxScore = score # Puts new score
- print ('bunnyEatsCarrot(after): MaxScore'+str(maxScore)+' score: '+str(maxScore))
+ #print ('bunnyEatsCarrot(after): MaxScore'+str(maxScore)+' score: '+str(maxScore))
else:
surface.blit(sad, rectBunny)
#surface.blit(sad, rectBunny)