- This event has passed.
1 PM – Python Game Development
January 22, 2022 @ 1:00 pm - 2:00 pm
Today:
- We went over the homework to add the enemy tank and enemy turret
- We refactored the enemy tank and enemy turret to avoid code duplication, using inheritance.
Homework:
- Add a sprite class for the shield power up called ShieldPowerup.
- Place the shield power up somewhere on the screen.
- Detect collision between the play tank and the shield powerup. The shield power should disappear from the screen.