Commit 5ff72d95 by BellCodeEditor

save project

parent a1913935
Showing with 3 additions and 2 deletions
...@@ -133,8 +133,9 @@ while True: ...@@ -133,8 +133,9 @@ while True:
row_index -= 1 row_index -= 1
else: else:
score += 1 score += 1
num_list = new_list num_list = new_list'
for i, row in zip(range(1,26), num_list):
for i, row in zip(range(1,26), num_list):
for j, colors in zip(range(1,16), row): for j, colors in zip(range(1,16), row):
if colors != 0: if colors != 0:
pygame.draw.rect(screen, colors, pygame.draw.rect(screen, colors,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment