Circles are done
This commit is contained in:
@@ -195,10 +195,11 @@ func Circling():
|
||||
HowManyIntsInCircle()
|
||||
if CircleInts == 0:
|
||||
print("This Circle is exhausted go back")
|
||||
print(Individual_Steps)
|
||||
for n in CircleIntsMax:
|
||||
Individual_Steps.pop_front()
|
||||
GoBack(Individual_Steps[0])
|
||||
Individual_Steps.pop_front()
|
||||
print(Individual_Steps)
|
||||
Cicling = false
|
||||
print("Circling is false!!!!")
|
||||
|
||||
@@ -293,17 +294,19 @@ func FinishCircling():
|
||||
if Move_Check10 != move:
|
||||
if CircleInts == 0:
|
||||
if Current_Position == Intersections[-(CircleIntsMax+1)]:
|
||||
Cicling == false
|
||||
print("DONE!!!!!!!!")
|
||||
GoBack(Individual_Steps[0])
|
||||
|
||||
else:
|
||||
Cicling = false
|
||||
print("DONE!!!!!!!!")
|
||||
print("Its On the Root!!!")
|
||||
GoBack(Individual_Steps[0])
|
||||
Individual_Steps.pop_front()
|
||||
print(Individual_Steps)
|
||||
else:
|
||||
print("Its Off the Root!!!")
|
||||
Cicling = false
|
||||
GoBack(Individual_Steps[0])
|
||||
Individual_Steps.pop_front()
|
||||
GoBack(Individual_Steps[0])
|
||||
Individual_Steps.pop_front()
|
||||
print("Its On the Root!!!")
|
||||
print(Individual_Steps)
|
||||
Move_Check10 = move
|
||||
|
||||
|
||||
Reference in New Issue
Block a user