Hex Star Fractal using Python and Turtle 10/05/202010/05/2020 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment | 3:23 pm Categories: Difficulty Level 6 loop recursion Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size. Hex Star Fractal Tags: fractal, recursion Post navigation PREVIOUS Previous post: Hex Star with Python and TurtleNEXT Next post: Hindu Temple (All-Sided) Fractal with Python Turtle Related Post Elliptical PetalsElliptical Petals 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use ellipse to draw the following colorful elliptical petals. READ MOREREAD MORE Color WheelColor Wheel 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 3 project you are asked to draw a Triacontagon Wheel (https://pythonturtle.academy/triacontagon-wheel/). Color the wheel with colorsys library with gradually changing hue values. READ MOREREAD MORE Mosaic Heart Curve with Python TurtleMosaic Heart Curve with Python Turtle 04/06/201904/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This project is combination of heart curve project and mosaic project. Figure out how to combine the two to draw a mosaic heart curve. READ MOREREAD MORE
Elliptical PetalsElliptical Petals 03/11/201903/11/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment Use ellipse to draw the following colorful elliptical petals. READ MOREREAD MORE
Color WheelColor Wheel 02/26/201902/26/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment In a level 3 project you are asked to draw a Triacontagon Wheel (https://pythonturtle.academy/triacontagon-wheel/). Color the wheel with colorsys library with gradually changing hue values. READ MOREREAD MORE
Mosaic Heart Curve with Python TurtleMosaic Heart Curve with Python Turtle 04/06/201904/06/2019 | J & J Coding AdventureJ & J Coding Adventure | 0 Comment This project is combination of heart curve project and mosaic project. Figure out how to combine the two to draw a mosaic heart curve. READ MOREREAD MORE