« All Events
3:30 PM – Adv Python Game Dev – Latisha
January 27 @ 3:30 pm - 4:30 pm
Today We Did
- Continued working on Tank Game
Homework
- Make the Enemy Tank not able to cross a wall, just like how we did it for the Player Tank.
- Make the WallExplosion class in a file called wall_explosion.py, it should use all the images in assets/Bricks
- When the bullet hits a Brick Wall, make the WallExplosion in its place. Look at ShootBalloon’s Balloon-mouse collision as an example. Once the timer runs out, remove the WallExplosion (kill it). You can set the timer to 20.