- This event has passed.
7 PM – Python Game Development
November 3, 2021 @ 7:00 pm - 8:00 pm
Today:
- We went over the homework.
- We went over how to prevent the player tank from driving through the bricks.
- We reviewed how the turret rotates smoothly.
Homework:
- Add a sprite, shield_powerup.py, for the bonus upgrade using the image “assets/Bonus_Upgrade.png”. Just make it appear on the screen anywhere.
- Create a new sprite, shield.py. Use the following image. “assets/Get_Shield_Player_2.png”.
- When the tank collides with the bonus upgrade sprite, make the shield sprite appear on top of the player tank.
- When the tank moves, the shield also need to move in the same location as the tank.