Commit ce802683 by BellCodeEditor

save project

parent 639193bc
Showing with 2 additions and 2 deletions
......@@ -56,8 +56,8 @@ while True:
y += 30
position.append((x, y))
if x==xa and y== ya:
num_1 = random.randint(1,22)
num_2 = random.randint(1,16)
num_1 = random.randint(0,21)
num_2 = random.randint(0,15)
xa = num_1*30
ya = num_2*30
else:
......
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