Nested Circles 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 1:15 am Categories: Difficulty Level 6 recursion Use recursion to draw the following shape. Tags: recursion Post navigation PREVIOUS Previous post: Stack of CirclesNEXT Next post: Rainbow Target Related Post Golden Dragon Curve Fractal (Source Code)Golden Dragon Curve Fractal (Source Code) 09/19/202009/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the READ MOREREAD MORE Recursive EyeRecursive Eye 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the recursive ovals with gradually changing hue, saturation, and brightens using colorsys library. READ MOREREAD MORE Recursive Micky MouseRecursive Micky Mouse 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive Mickey Mouse. Related Projects: Ellipse Animating Ellipse Drawing READ MOREREAD MORE
Golden Dragon Curve Fractal (Source Code)Golden Dragon Curve Fractal (Source Code) 09/19/202009/19/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw a dragon curve based on the golden ratio. At each recursion, the first recursion step turns 32.89 degrees to the left and move 0.74 times the original distance; the READ MOREREAD MORE
Recursive EyeRecursive Eye 03/27/201903/27/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Color the recursive ovals with gradually changing hue, saturation, and brightens using colorsys library. READ MOREREAD MORE
Recursive Micky MouseRecursive Micky Mouse 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Draw the following recursive Mickey Mouse. Related Projects: Ellipse Animating Ellipse Drawing READ MOREREAD MORE