lsystems/examples/kochSnowflake.json
2018-01-17 22:18:47 +00:00

27 lines
311 B
JSON

{
"name": "kochSnowflake",
"alphabet": "F+-",
"axiom": "F",
"rules": [
[
"F",
"F-F++F-F"
]
],
"angle": 60.0,
"distance": 10.0,
"representation": [
[
"F",
"Forward"
],
[
"+",
"TurnRight"
],
[
"-",
"TurnLeft"
]
]
}