This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
MWS_2021/unity_artifitial_world-st/Assets/LSystem/Plant.txt
duszekjk 15802b2fe6 cw1
2021-03-13 17:35:25 +01:00

6 lines
48 B
Plaintext

#axiom
X
#rules
X->F[+X]F[-X]+X
F->FF
#end rules