In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
Draw the following fractal made up with stars. You may need to use recursion and trigonometry to do this project. The following figures show star fractal with different recursion depths
In a previous project, you coded a square spiral inside squares. Make minor changes to make it a striped spiral as shown here.
In a previous project, we draw a pentagon spiral inside pentagons. Based on the solution, draw a striped pentagon spirals as shown with Python and Turtle. The modification to the
As you can see in the following picture, the squares are tilted by 5 degrees inside a bigger square generating spiral effect. Source Code:
Improve the nested circle of squares by filling the squares with different colors. You may use Python’s colorsys library.
Knowing how to draw circle of squares, draw the following nested circle of squares with either recursion or iteration. Source Code:
Draw the following circle made up with squares. You may need use trigonometry to solve this. Source Code:
Akiyoshi made this original rolling illusion. It feels like the cylinders are rolling. You may want to how to draw oval or ellipse for this project. Source code:
24 Game is a mathematical puzzle that make 4 numbers make evaluate to 24 with basic arithmetical operators ( +, -, ×, ÷). For example, given 4 numbers 1,5,5,5, we