MWS_2021_s439489/unity_artifitial_world-st/Assets/LSystem/stochastic.txt
duszekjk 15802b2fe6 cw1
2021-03-13 17:35:25 +01:00

10 lines
96 B
Plaintext

#axiom
B
#rules
B -> #stochastic
p=3 FB
p=1 [+FB]FB
p=1 [-FB]FB
p=1 F
#stochastic end
#rules end