This is an L-System Generator. L-Systems are a form of procedural generation that utilizes grammar-like interpretation.

The initial setup of this program creates a Fractal Plant, however changing around the different options will cause it to interpret and generate differently.

It's important that the "Rules" and "Actions" maintain a specific format, otherwise, the software won't know what to do with it and can potentially result in a fatal error.

Rules should be written as: "Letter" then ":" then "New Letter(s)"

Actions should be written as: "Letter" then ":" then one of the listed commands

Commands:

  • draw_forward
  • turn_left
  • turn_right
  • save
  • load

For more designs this can create, as well as further reading on L-Systems, visit the L-System Wikipedia Page

StatusReleased
CategoryOther
PlatformsHTML5
Release date Jun 26, 2021
AuthorMiah Turner
GenreSimulation
Made withGodot
Tags2D, Experimental, Procedural Generation
Average sessionA few seconds
InputsKeyboard, Mouse

Leave a comment

Log in with itch.io to leave a comment.