« All Events
12 PM – Advanced Python Game Development
August 21, 2021 @ 12:00 pm - 1:00 pm
Today We Do
- We displayed the shield on top of the player
- We make sure the enemy bullet disappear when colliding with player.shield.
- We randomly pick an empty space on the map
Homework
- Display enemy shield on top of the enemy.
- Make sure the player bullet disappear when colliding with enemy.shield.
- Display shield_power_up sprite on the screen. As a bonus point, if you can display the power_up sprite every 5 seconds on location based on self.get_random_empty_space(), it would be great.