In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points.
In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points.
Draw a random mountain curve given two end points. Tutorial for this project available: How to Draw Random Mountain Curves with Python and Turtle What’s next:Draw Blue Sky, Mountains, Clouds
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.
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
Knowing how to draw an egg, use recursion to draw the following shape. Add randomness to make it look more interesting.
Color the recursive ovals with gradually changing hue, saturation, and brightens using colorsys library.
Knowing how to draw an oval, use recursion to draw the following ovals inside ovals.