Giant's Gate Help!

What is the best stragegy in the giant’s gate?
I tried to defend with fireball and summon shaman to attack but still not make it

while True:
        hero.summon("shaman", "A")
        enemies=hero.findEnemies()    
        for enemy in enemies:
            friends=hero.findFriends()
            if enemy.health>0 :
                if enemy and enemy.type!="giant" and enemy.type!=hero.type :
                    if enemy.type!="munchkin" and enemy.type!="thrower" and enemy.type!="shaman":
                        hero.cast("lightning",enemy.x,enemy.y)
                    else:
                        hero.cast("fireball", enemy.x,enemy.y)



1 Like

That is for you to figure out. We can help with syntax errors and the like.

probably (for now)
warlocks + shamans or brawlers (Venneth uses this)

1 Like

unfortunately, he use the same and I still end up tie and lose the sudden death

Welcome to the forum @Vader_Plays! :partying_face: This is a friendly place where you can ask help on levels, report bugs, or just chat with other coders! Don’t forget to read the guidelines if you haven’t yet. Have a great time!

how to spawn unit imediately when enemy’s towers has been taken down?