@@ -88,7 +88,7 @@ class Litris(GameBase):
self.move_stone(column - offset_col, rotation)
self.drop_down()
print(self.field)
if self.field.get_line_count() >= 10:
if self.field.get_line_count() >= 6:
self.update_move_mode()
self.field.rotate_state()
#self.update_move_mode()
The note is not visible to the blocked user.