What techniques should I use on “Dueling Grounds”. I don’t get what I need to do. I seem to be missing something. Also, it looks like I should walk to each of the red dots, but I only have up, down, left, right.
I see the
self.say
self.maxhealth
self.health
Am I supposed to use those here?
# Defeat the enemy hero in a duel!
loop:
self.moveRight()
self.moveUp()
enemy1 =self.findNearestEnemy()
self.attack(enemy1)
self.attack(enemy1)
#self.health