Game Development instructions: Modify the Asteroids game so that there are three different asteroid sizes, a large, a medium and a small asteroid. Do so by using three distinct images. Find .gif...

Game Development instructions:

  • Modify the Asteroids game so that there are three different asteroid sizes, a large, a medium and a small asteroid. Do so by using three distinct images. Find .gif images files online and register them with the turtle.

  • Modify the Asteroid game so that new asteroids appear at time intervals. (see missilecommand game in D2L) (see chapter 13 of the textbook) (see ontimer() inhttps://docs.python.org/3/library/turtle.html#turtle.ontimer)

  • Modify the Asteroids game by adding functionality to shoot bullets at asteroids and completely removing asteroids if shot at. Use the collision mechanism to determine if the bullet collides with the asteroid. (HINT:bullets are new turtles as circles that are created and shot in the same direction the player is moving towards.)

  • Modify the Asteroids game so that the game ends after the player loses 3 lives, but only if player collides with an asteroid.

  • Modify the Asteroids game so that the player bounces off the edges.


I have uploaded Asteroids.py and missile command.py files




May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here