NetEase Geek Wars - KITHGARD Dungeon - Cruel Test A (Need to unlock)

 

# Use the skills you just learned to defeat those ogres.
# Remember: it takes two hits to defeat an ogre dwarf.
while True:
    hero.moveLeft()
    enemy=hero.findNearestEnemy()
    hero.findNearestEnemy()
    hero.attack(enemy) 

Guess you like

Origin blog.csdn.net/Along_168163/article/details/122238837