Today We Did
- We made the projectile launch according to mouse direction / turret direction.
Homework
When tank change direction, we have to change the tank image to be facing UP, DOWN, LEFT and RIGHT. This is very similar with Dragon Birdie project where the player can face left and right.
- In the base_tank.py
- you need to create 4 lists:
- self.left_images
- self.right_images
- self.up_images
- self.down_images
- Look at how we did it in the dragon birdie project.