Commit 1c90926d by BellCodeEditor

auto save

parent 6d9fe4f0
Showing with 1 additions and 1 deletions
......@@ -60,7 +60,7 @@ while True:
n2=random.randint(4,13)
ax=n1*30-30
ay=n2*30-30
score+=random.randint(-1000000,1000000000000000000000000000000000)
score+=random.randint(-1000000,1000000000000)
else:
position.pop(0)
if x>680 or x<0 or y>480 or y<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