Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 1.69 KB

File metadata and controls

61 lines (51 loc) · 1.69 KB

Tiles Ruleset

Tiles

Ruleset

  "tiles": {
    "axiom": "F+F+F+F",
    "rules": {
      "F": "FF+F-F+F+FF"
    },
    "angle": "90",
    "length_factor": "1",
    "max_Level": "3",
    "author": "Paul Bourke"
}

With some tiles filled with a color:

  "tiles2": {
    "axiom": "F+F+F+F",
    "rules": {
      "F": "{FF}+F-F+F+FF"
    },
    "angle": "90",
    "length_factor": "1",
    "max_Level": "3",
    "author": "Paul Bourke"
}

🌄 Gallery