lsystems/examples/islands.json
2018-02-01 22:13:08 +00:00

35 lines
423 B
JSON

{
"name": "islands",
"alphabet": "Ff+-",
"axiom": "F+F+F+F",
"rules": [
[
"F",
"F+f-FF+F+FF+Ff+FF-f+FF-F-FF-Ff-FFF"
],
[
"f",
"ffffff"
]
],
"angle": 90.0,
"distance": 10.0,
"representation": [
[
"F",
"Forward"
],
[
"f",
"ForwardNoDraw"
],
[
"+",
"TurnRight"
],
[
"-",
"TurnLeft"
]
]
}