develop
Mix 4 years ago
commit 7b609712e7

@ -892,7 +892,10 @@ def depthLimitedSearch2(curAnimals, turn, ID): # depth = 2
x = elephantAttack(curAnimals, ID, turn)
if x:
return x
else:
x = huangLAE(curAnimals, ID, turn)
if x:
return x
else:
x = eagleToHome(curAnimals, ID, turn)
if x:

Loading…
Cancel
Save