#2 A
Create the map below
- with a flower in 0,0
- Jeroo to its right (0,1)
- using while loop(s) traverse around the border of the island
- at the end pick the flower
- you can only use hop() (ie you can’t hop more than 1 space)
#2 B
Create the map below
- Jeroo to its right (6,6)
- use multiple while loops
- at the end pick the flower
- you can only use hop() (ie you can’t hop more than 1 space)
rectangular-lake.jev
1) Starting
<
2) Go around lake, until you are in front of the flower
3) Then pick the flower