Draw 20 half circles to form a circle.
Draw 20 half circles to form a circle.
Use loop to draw a line of half circles. Check out drawing just one half circle project.
Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent.
Use colorsys library and recursion to draw the following colorful carpet.
Use recursion to draw the following carpet pattern.
Draw a simple tea cup shape as shown here.
There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes.
Draw the following shape. You may need to use following functions: penup(), pendown(), setheading(), forward(), goto().
Scientists is still trying to understand why fireflies synchronize. In this project, we will do a simulation of fireflies synchronizing from random initial phases. This is part 4 of 4
This tutorial is the 3rd in a series of tutorials that leads to the development of synchronized fireflies. In this tutorial we are going to implement fireflies animation shown in