Below is a list of things that still need to be implemented into the parser for the logo language:
Things to implement in turtle to add more features:
--
Note: In Logo color sets both fillcolor and pencolor, this means we don't actually implement color properly yet
Below is a list of things that still need to be implemented into the parser for the logo language:
circle radius extend stepsdot radiuspensize strokeSizepencolor colorfillcolor colornote: this is dealing with custom shapes which we currently don't support yetfill true/falsenote: uses fillcolor to fill the shape if truewrite textnote: this writes to the canvas as text ex "hello world"Things to implement in turtle to add more features:
--
Note: In Logo
colorsets bothfillcolorandpencolor, this means we don't actually implementcolorproperly yet