I am trying to reach the red “X”, but there’s a bug there.
Your goal is to get to the right side of the map alive.
You don’t need to fight the ogres, just move! Your allies will protect you.
hero.moveRight(2)
hero.moveUp()
Use the movement commands to reach the red X!
hero.moveRight(4)
1 Like
Can you post your code correctly using this and your equipment?
And can you send me a link to this level?
Lydia
1 Like
ill do it this time for you but next time plz make sure to do it yourself.
# Your goal is to get to the right side of the map alive.
# You don't need to fight the ogres, just move! Your allies will protect you.
hero.moveRight(2)
hero.moveUp()
# Use the movement commands to reach the red X!
hero.moveRight(4)
1 Like
Hi @Michael_Joseph,
Look at this:
Those are your targets.
Your code commands the hero to move right 4 times. Go from the first dot and count 4 dots right (don’t include the first dot because you’ll be coming from there.
You’re going one too far!
Danny
2 Likes
btw happy birthday @Lydia_Song!
4 Likes
Thanks @098765432123!
Lydia
1 Like