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