Basic Leaf 03/05/201903/05/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 10:46 pm Categories: Difficulty Level 8 recursion Use recursion to draw the following basic leaf shape. Related Project: Curvy Leaf Tags: recursion Post navigation PREVIOUS Previous post: Rotating Rainbow SpiralNEXT Next post: Curvy Leaf Related Post Octaflake with Python Turtle (Source Code)Octaflake with Python Turtle (Source Code) 09/18/202009/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the Octaflake fractal with recursion and Turtle library. The following shows Octaflake in various recursion depths: Instead of stopping the recursion by recursion depth, you can also stop the READ MOREREAD MORE TreeTree 03/02/201903/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following tree with recursion. Related Projects: Rainbow Colored Tree READ MOREREAD MORE Recursive StarsRecursive Stars 03/26/201903/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive stars. READ MOREREAD MORE
Octaflake with Python Turtle (Source Code)Octaflake with Python Turtle (Source Code) 09/18/202009/18/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the Octaflake fractal with recursion and Turtle library. The following shows Octaflake in various recursion depths: Instead of stopping the recursion by recursion depth, you can also stop the READ MOREREAD MORE
TreeTree 03/02/201903/02/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following tree with recursion. Related Projects: Rainbow Colored Tree READ MOREREAD MORE
Recursive StarsRecursive Stars 03/26/201903/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive stars. READ MOREREAD MORE