Commit 91bd99d1 by BellCodeEditor

save project

parent 030ec7f3
Showing with 3 additions and 0 deletions
......@@ -56,6 +56,9 @@ while True:
y -= 30
else:
y += 30
if x<0 or x>630 or y<0 or y>630:
exit()
if apple_x == x and apple_y == y:
......
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