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