The quadratic Koch snowflake starts from a square. Draw the quadratic Koch snowflake starting with a triangle. Source Code:
The quadratic Koch snowflake starts from a square. Draw the quadratic Koch snowflake starting with a triangle. Source Code:
The original Koch Snowflake is based on triangles. Draw quadratic Koch snowflake that breaks a line into 4 smaller pieces of 1/3 of the original length as shown. The following
In a previous Hypotrochoid project, you drew curves with two circles with one rolling inside the other. Expand the project by adding one more layer of circles. The following is
This tutorial shows how to round corner of any degree. Now, animate the rounding process with Turtle animation.
In a previous tutorial we explained how to round a rectangle with Python Turtle. In this tutorial, we are going to show you how to make any corner round. Knowledge
Animate the rounded triangle with bigger and bigger rounded corners.
Draw a rounded triangle with curved corners.
In this tutorial we are going to show how to draw rectangles or squares with round corners. We will start by drawing the bottom straight-line with blue color. The following
Draw a rectangle with rounded corners. Tutorial for this project is available: How to Draw Round Rectangle and Square
In this tutorial we are going to show how to draw random islands with Python Turtle. The idea is similar to the Koch Snowflake project with added randomness. Instead of