Commit ba8fc8e4 by BellCodeEditor

save project

parent 25c39a00
Showing with 2 additions and 1 deletions
...@@ -76,9 +76,10 @@ while True: ...@@ -76,9 +76,10 @@ while True:
if applex==x and appley==y: if applex==x and appley==y:
applex=random.randint(0,21)*30 applex=random.randint(0,21)*30
appley=random.randint(0,15)*30 appley=random.randint(0,15)*30
score+=10 score=score +10
else: else:
position.pop(0) position.pop(0)
if x<0 or y<0 or
......
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