Commit 4ed4bd68 by BellCodeEditor

save project

parent 58fe4952
Showing with 2 additions and 2 deletions
......@@ -59,8 +59,8 @@ while True:
if x==apple_x and y==apple_y:
num1=random.randint(0,22)
num2=random.randint(0,16)
apple_x=num1*30
apple_y=num2*30
apple_x=num1*30-30
apple_y=num2*30-30
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