@@ -45,6 +45,9 @@ class Tetris:
if self.current_piece:
self.current_piece.update(elapsed_time, self.well, self.stack)
if self.stack:
self.stack.update(elapsed_time)
# TODO create control utility class
for event in pygame.event.get():
if event.type == pygame.QUIT:
The note is not visible to the blocked user.