jermaine-clarke / lindenmayer

A python implementation of an L-system engine
GNU General Public License v3.0
0 stars 0 forks source link

ModuleTree #1

Closed jermaine-clarke closed 2 months ago

jermaine-clarke commented 2 months ago

Implement a module tree that will represent the string processed by the L-system. Each node represents a symbol in the string, and each level in the tree represents an iteration of the system.

jermaine-clarke commented 2 months ago

ModuleTree abandoned for a linked list implementation of the string.