Use Python Turtle to draw a random cumulous (puffy) cloud. Hint: Observe the drawing process animation. What’s next?Draw many puffy clouds in the blue sky. Tutorial for this project is
Use Python Turtle to draw a random cumulous (puffy) cloud. Hint: Observe the drawing process animation. What’s next?Draw many puffy clouds in the blue sky. Tutorial for this project is
Create a random shape that can be tessellated and draw it.
Draw a different color pattern for Penrose Tiling:
We all possible hues with colorsys library to draw a very colorful Penrose tiling.
Penrose tiling is a beautiful non-periodic tiling method. Draw it with your favorite color combination.
Animate many projectiles shot from a platform all with same speed but different initial angles. Which projectile landed first? Which projectile landed farthest? Which projectile landed latest? Use colorsys library
In a previous project we simulated a falling and bouncing ball physical simulation. What if we create a lot of these bouncing balls starting from 50 meters high to 100
Implement a computer program with Python Turtle that plays decent Reversi (or Othello). You can use Minimax tree, Monte Carlo or other algorithms to make this work.
Monte Carlo Tree is a method based on random numbers that is very effective in playing two player games. You don’t have to teach anything to the program, it will
Draw the following recursive stars.