Commit 3ae37407 by BellCodeEditor

save project

parent 039fd8b8
Showing with 1 additions and 1 deletions
......@@ -63,7 +63,7 @@ while True:
apple_y=random.randint(1,16)*30-30
position.insert(0,(position[0]))
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()
......
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