Continuing from previous Accelerating and Rotating Spaceship project, make the spaceship fire the bullets. Each bullet have limited range and there should be some time gap between the firings so
Continuing from previous Accelerating and Rotating Spaceship project, make the spaceship fire the bullets. Each bullet have limited range and there should be some time gap between the firings so
Continuing from the rotating spaceship project, allow the spaceship to accelerate by using the ‘up’ arrow key. Also show the rocket fuel when the thrust happens. When the spaceship goes
Draw a similar spaceship as in the Asteroids game. Use Turtle’s keyboard event to rotate the spaceship left or right. What’s Next?Accelerating and Rotating Spaceship
Continuing from Moving Asteroid in Space project, add rotation to the asteroid.
Continue from Random Asteroids in Space project to animate the moving asteroid. Note that the asteroid wraps around when it is moving out of screen and it is possible that the
Continue from a previous project with one moving line, and knowing how to detect if two lines intersect, animate two randomly moving lines. When these two lines intersect, color the
Animate a random moving line with Python Turtle. What’s next:Two Randomly Moving Intersecting Lines
You drew a Sierpinski Triangle in a previous project. Now draw Sierpinski Triangle Curve without lifting the pen.
This tutorial shows how to round corner of any degree. Now, animate the rounding process with Turtle animation.
Animate the rounded triangle with bigger and bigger rounded corners.