Commit 9d3d3fb9 by BellCodeEditor

save project

parent 008b367d
Showing with 3 additions and 3 deletions
...@@ -61,10 +61,10 @@ while True: ...@@ -61,10 +61,10 @@ while True:
if x == apple_x and y == apple_y: if x == apple_x and y == apple_y:
apple_x=random.randint(1,22)*30-30 apple_x=random.randint(1,22)*30-30
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]))
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