lsystems/examples/plant2.json
2018-02-02 16:18:13 +00:00

35 lines
391 B
JSON

{
"name": "plant2",
"alphabet": "F+-[]",
"axiom": "F",
"rules": [
[
"F",
"FF-[-F+F+F]+[+F-F-F]"
]
],
"angle": 22.5,
"distance": 10.0,
"representation": [
[
"F",
"Forward"
],
[
"+",
"TurnRight"
],
[
"-",
"TurnLeft"
],
[
"[",
"Push"
],
[
"]",
"Pop"
]
]
}