Commit b33779d7 by BellCodeEditor

save project

parent 7f8a7096
Showing with 2 additions and 2 deletions
......@@ -59,8 +59,8 @@ while True:
y += 30
position.append((x, y))
if x == apple_x and y == apple_y:
apple_xa=random.randint(1,11)
apple_ya=random.randint(1,9)
apple_xa=random.randint(1,21)
apple_ya=random.randint(1,15)
apple_x=apple_xa*30
apple_y=apple_ya*30
else:
......
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