Animate a rolling triangle on the ground as shown.
Animate a rolling triangle on the ground as shown.
In a previous tutorial, we explained how to draw an oval shape. The method starts drawing from an awkward position (the left end of the first arc). In this tutorial,
You can draw an oval given center after finishing the project. Now animate the rotating oval at the fixed center. Also add changing color for fun with colorsys library.
It is very hard to align ovals from the starting point as described in the drawing oval tutorial. In this project, define a draw_oval function that can draw an oval
You drew an oval with four centers. The radius of the red arc doesn’t have to be twice the radius of blue arc. Start from the same radius as the
You drew a crescent moon in a level 2 project. Based on it, animate the solar eclipse process. Of course, real solar eclipse will look much more amazing.
You drew a spider web in a previous project. Draw a spider web with a hole at the center.
Continue on a previous Square Grid project, animate the square by varying the number of grids while keeping the overall square size the same.
You drew a vertical hexagon in a level 1 project. Now perfectly align vertical hexagons and draw a grid of vertical hexagons. This shape is also called Hexagon Tessellation. It
In Square Spiral 2 project, you drew a static square spiral. Animate it by making it rotate.