Commit cda055ca by BellCodeEditor

save project

parent 8a08559e
Showing with 3 additions and 4 deletions
...@@ -58,11 +58,10 @@ while True: ...@@ -58,11 +58,10 @@ while True:
if apple_x==x and apple_y==y: if apple_x==x and apple_y==y:
apple_x=random.randint(0,21)*30 apple_x=random.randint(0,21)*30
apple_y=random.randint(0,25)*30 apple_y=random.randint(0,25)*30
else:
position.pop(0)
position.pop(0)
# 将背景图画上去.0 # 将背景图画上去.0
.0
......
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