Recursive Micky Mouse 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 9:36 pm Categories: Difficulty Level 9 math recursion Draw the following recursive Mickey Mouse. Recursive Micky Mouse with Python Turtle Related Projects: EllipseAnimating Ellipse Drawing Tags: math, recursion Post navigation PREVIOUS Previous post: Elliptical PetalsNEXT Next post: Conway’s Game of Life Related Post Colored Pentaflake Fractal (Source Code)Colored Pentaflake Fractal (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on petaflake fractal, color it with colorsys library. Source Code: READ MOREREAD MORE Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE Tutorial: Drawing Random Mountain Curves with Python TurtleTutorial: Drawing Random Mountain Curves with Python Turtle 04/21/201904/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points. READ MOREREAD MORE
Colored Pentaflake Fractal (Source Code)Colored Pentaflake Fractal (Source Code) 09/17/202009/17/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Based on petaflake fractal, color it with colorsys library. Source Code: READ MOREREAD MORE
Hex MosaicHex Mosaic 03/15/201903/15/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Continue on random hexagon mesh to draw hex mosaic as shown. You may also want to use colorsys library. READ MOREREAD MORE
Tutorial: Drawing Random Mountain Curves with Python TurtleTutorial: Drawing Random Mountain Curves with Python Turtle 04/21/201904/21/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points. READ MOREREAD MORE