Add new instruction: draw forward without drawing a line
This commit is contained in:
parent
217ebcf8f6
commit
61fd4963f1
2 changed files with 31 additions and 0 deletions
27
examples/cantor.json
Normal file
27
examples/cantor.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "cantor",
|
||||
"alphabet": "AB",
|
||||
"axiom": "A",
|
||||
"rules": [
|
||||
[
|
||||
"A",
|
||||
"ABA"
|
||||
],
|
||||
[
|
||||
"B",
|
||||
"BBB"
|
||||
]
|
||||
],
|
||||
"angle": 60.0,
|
||||
"distance": 10.0,
|
||||
"representation": [
|
||||
[
|
||||
"A",
|
||||
"Forward"
|
||||
],
|
||||
[
|
||||
"B",
|
||||
"ForwardNoDraw"
|
||||
]
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue