We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0655cca commit f0a2745Copy full SHA for f0a2745
game/tetris.py
@@ -309,6 +309,8 @@ def GameStateUpdate(self, info):
309
310
if keyboard.is_pressed('p'):
311
info.lines += 2
312
+ info.score += 40
313
+ self.time += 85
314
315
#============================================================================================
316
@@ -579,4 +581,4 @@ def launchGame():
579
581
UIWindow = StartWindow(info)
580
582
return UIWindow
583
-#=================================##=================================#
584
+#=================================##=================================#
0 commit comments