Escape Estate: Blue Flowers bug
Escape Estate - really fun for the students except they were stuck on the planting flowers exercise on the yellow track - all other flower colours will plant into the soil fine, but the blue ones simply wont.
Checked their code and all fine. Even the example code wont plant the blue flower. Hopefully a bug that can be addressed? Best HoC in my opinion :)
-
Hey Graham,
Could you share the code you are using in this particular area? Once I have that, I'll see if I or someone in the team can reproduce the issue.0 -
Hi Ernie,
Thanks for the response. Its the conserventory, puzzle 3 - Flower Patterns Puzzle:
plant_flower("blue")
If you replace blue with either "yellow" or "red" - the code works as expected, but if you try to plant a blue flower, it doesnt work
The full code:
for i in range(5):
plant_flower("blue")
move_cursor("yellow")
move_cursor("magenta")
for i in range(5):
plant_flower("yellow")
move_cursor("blue")
move_cursor("magenta")
for i in range(5):
plant_flower("red")
move_cursor("yellow"0
Please sign in to leave a comment.
Comments
2 comments