RosettaCodeData/Task/Fractal-tree/00-TASK.txt

12 lines
270 B
Plaintext

Generate and draw a fractal tree.
# Draw the trunk
# At the end of the trunk, split by some angle and draw two branches
# Repeat at the end of each branch until a sufficient level of branching is reached
;Related tasks
* [[Pythagoras_tree|Pythagoras Tree]]
<br><br>