Circles are done
This commit is contained in:
@@ -158,7 +158,7 @@ func CordsDumping():
|
|||||||
CordsDump.push_back(Current_Position)
|
CordsDump.push_back(Current_Position)
|
||||||
var Duplicate = CordsDump.duplicate(true)
|
var Duplicate = CordsDump.duplicate(true)
|
||||||
CordsDump = Duplicate
|
CordsDump = Duplicate
|
||||||
move_check7 = FullCount
|
move_check7 = FullCount
|
||||||
|
|
||||||
func TravelLog():
|
func TravelLog():
|
||||||
if Detail_Dict.Been_There == false:
|
if Detail_Dict.Been_There == false:
|
||||||
@@ -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,19 +294,21 @@ 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()
|
|
||||||
GoBack(Individual_Steps[0])
|
GoBack(Individual_Steps[0])
|
||||||
Individual_Steps.pop_front()
|
Individual_Steps.pop_front()
|
||||||
print(Individual_Steps)
|
print(Individual_Steps)
|
||||||
Move_Check10 = move
|
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
|
||||||
|
|
||||||
func DeadEndCircles():
|
func DeadEndCircles():
|
||||||
if Cicling == true:
|
if Cicling == true:
|
||||||
|
|||||||
Reference in New Issue
Block a user