* Use Turbo mode, <Shift> key + Green Flag, for much faster drawing. This method uses a Lindenmayer system (or "L-system") to generate and draw a "Terdragon". The rules used here to produce the Terdragon are: start string: F rules: F is replaced by F+F-F + is replaced by + - is replaced by - F means "draw forward" + means "turn clockwise 120 degrees" − means "turn anticlockwise 120 degrees"
https://en.wikipedia.org/wiki/L-system https://en.wikipedia.org/wiki/Dragon_curve This project is second in the studio as it has simple rules and code. I used the Terdragon in project " Lindenmayer 0" as an example to explain Lindenmayer Systems. ** See my Lindenmayer Systems studio https://scratch.mit.edu/studios/3616862/ **