Commit 072b6a99 by BellCodeEditor

save project

parent b2b55aa0
Showing with 3 additions and 8 deletions
......@@ -52,14 +52,9 @@ while True:
else:
y += 30
position.append((x, y))
ifif
if x == apple_x and apple_y
apple_x = random.randint(0,600)
apple_y = random.randint(0,400)
position.pop(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