Commit 2b232420 by BellCodeEditor

save project

parent 5ff72d95
Showing with 1 additions and 1 deletions
......@@ -135,7 +135,7 @@ while True:
score += 1
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):
if colors != 0:
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