Develop a typing game to improve keyboard skill as demonstrated in the following YouTube video. At any moment ten random letters fall from the top of screen. When you hit
Develop a typing game to improve keyboard skill as demonstrated in the following YouTube video. At any moment ten random letters fall from the top of screen. When you hit
In a previous project you animated a clock. Improve the clock by making all hands move continuously. Source Code:
Define a ‘clock’ class with Python and use the datetime library to draw an animated clock shown. 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:
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:
Animate the Müller-Lyer Illusion Effect with Python Turtle.
Moving objects can give 3-D depth effect called kinetic depth effect. Draw the following Stereokinetic Effect where rotating circles generates an interesting 3-D effect. Idea from https://michaelbach.de/ot/mot-ske/