RosettaCodeData/Task/Fractal-tree/00DESCRIPTION
2016-12-05 22:15:40 +01:00

10 lines
269 B
Text

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>