Hopper : Level 6 Directions

Level 6 works like the earlier levels. You have to move the frog along lilly pads, eat the flies and end up on the lilly pad with the flower.

What is different is how you change the frog's direction. Instead of entering turnright, you enter fne which will point the frog in a north-east direction. Direction becomes absolute, instead of relative to the direction the frog is facing.

The frog can also now move along diagonals,using 8 directions instead of the 4 it could move in earlier levels.

The frog changes direction by facing it to a certain direction.

fne will point the frog north-east (face north-east). fw will point the frog west (face west). Here are the commands you can use :


hop 3 (or 1 or 2 or 4 or 5 or 6 or 7)
eatfly
fn, fne, fe, fse, fs, fsw, fw or fnw


Enter all your commands into the text window and then click Run. If you make a mistake click Edit Code you can fix your mistakes.

Click the button to begin - Good Luck!