Source: cirosantilli/arc-agi-2-problem/list/142ca369

= 142ca369
{title2=4}

https://arcprize.org/play?task=142ca369

Solution: vs are guns that shoot diagonal line of their color, when line touches another object, change line color to match that of the object, then bounce on the object and continue going with the new color

Input primitives:
* diagonal line

Assumptions:
* line don't cross each other, it is unclear how to resolve that case

Transformation primitives:
* draw line
  * draw line and bounce