FINAL CHALLENGE: The puzzle below may require more than one transformation.

  • Use a combination of commands to move your triangle to the target triangle.
  • You must only use: reflection, rotation, or translation blocks to complete the challenge.
  • Click Submit to complete your Hour of Code! Click Next to apply your skills to make transformation art!

# stage.create_grid_overlay(line_separation, "line_color") stage.create_grid_overlay(50, "grey") sprite = codesters.Sprite("triangle", -150, -100)