Animate the transition from Sierpinski Triangle tree to Fractal tree as shown. This project is related to Sierpinski Triangle and Fractal Tree. Source Code:
Animate the transition from Sierpinski Triangle tree to Fractal tree as shown. This project is related to Sierpinski Triangle and Fractal Tree. Source Code:
Draw the following fractal tree with recursion. This project is related to Sierpinski Triangle Tree. Source Code:
Use recursion to draw the following Sierpinski Triangle the similar method to drawing a fractal tree. Source Code:
Knowing how to draw a football shape, draw a sixteen petal flower with loop and custom function. Code:
Draw two vertical footballs as shown without lifting the pen. Code:
Use minimax tree search algorithm with alpha-beta pruning to write AI Tic-Tac-Toe player. You may also want to add randomness to your AI player so that it won’t play the
Write a connect 4 program with Python and Turtle graphics. Your game should be able to let two human players play against each other and declare winner or tie when
Game of SIM was inventedĀ in 1969 by Gustavus Simmons. In this two player (red and blue) game, each player takes turn to connect two vertices of a hexagon with the
Design a two player tic-tac-toe game with Python Turtle. You will need to use onclick() event to let two human players play against each other. Source Code:
This is another Akiyoshi illusion. It feels like the center is bulging. Source Code: