** Use Turbo mode! (Press <Shift> key and click the Green Flag). ** There may be a delay of a few seconds as the project produces 100 generations of the Lindenmayer system before drawing the 100th generation star. This project draws "Star", a Scratch-Minion design that is generated using a Lindenmayer system. A Lindenmayer system has an initial string and rules to produce the strings of following generations. The rules used here to produce "Star" are: start string: F rules: F is replaced by F+G G is replaced by GH H is replaced by H + is replaced by + - is replaced by - F and G both mean "draw forward" + means "turn clockwise 144 degrees" − means "turn anticlockwise 144 degrees"
https://en.wikipedia.org/wiki/L-system This project draws "Star", a Scratch-Minion design that is generated using a Lindenmayer system. (I knew the design would be a star like this when I wrote the rules for this system). ** See my Lindenmayer Systems studio https://scratch.mit.edu/studios/3616862/ **