- This event has passed.
12 PM – Advanced Python Game Development
September 11, 2021 @ 12:00 pm - 1:00 pm
Today We Do
- We added the code to activate the shield when one of the tanks collide with the powerup sprite.
- We added the code that will display GAME OVER page.
Homework
- Add sound effects
- When bullet hit the wall, play “assets/audio/hit1.wav” sound effect
- When bullet hit any of the tank, play “assets/audio/explodify.wav”
- When any of the tank launch bullet, play “assets/audio/TankFiring.wav”