Commit 3ae37407 by BellCodeEditor

save project

parent 039fd8b8
Showing with 2 additions and 2 deletions
...@@ -63,8 +63,8 @@ while True: ...@@ -63,8 +63,8 @@ while True:
apple_y=random.randint(1,16)*30-30 apple_y=random.randint(1,16)*30-30
position.insert(0,(position[0])) position.insert(0,(position[0]))
scare+=10 scare+=10
if x > 0 or x > 450 or y > 0 or y > 630 if x > 0 or x > 450 or y > 0 or y > 630:
exit() exit()
......
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