Help on Level clash of clones

pls help me my code:


I am using Armando

What section?

1 Like

desert (20000000 chars)

Can you please send a screenshot of your stuff? That would help alot.

2 Likes

2 Likes

Not bad. If you want a challenge, I would keep your stuff. But since the clone has the same stuff as you, it is actually easier to have weak armor. (I figured this out the hard way. :frowning_face: )

3 Likes

Another strong thing would to do, hero.bash.

1 Like

should I have no armor?

No, just weak armor.

1 Like


kind of like this.

1 Like

My code:

# You'll need good strategy to win this one!
# Your clone will have the same equipment you have!
# But, they're not very skilled at using special powers.
while True:
    enemy = hero.findNearestEnemy()
    if enemy:
        if hero.isReady("cleave"):
            hero.cleave(enemy)
        else:
            hero.attack(enemy)

If you play the seed, every single time there is a gap near the top where the soldiers are. Move to that gap, than attack the archers.

1 Like

where?

1 Like

My code is very confusing, don’t pay attention to it.

1 Like

If enemy.type == ‘archer’…

Use, hero.moveXY before the while-true-loop. That way you don’t go there multiple times.

There is a small chance that you will need slightly stronger armor.

1 Like