« All Events
3:30 PM – Adv Python Game Dev – Latisha
March 2 @ 3:30 pm - 4:30 pm
Today We Did
- continued working on Tank Game
Homework
- make a class called TankExplosion in a file called tank_explosion.py
- the class should be very similar to WallExplosion, except it uses the images in assets/Tank_Explosion
- When a bullet hits the enemy or the enemy bullet hits the player, create a new TankExplosion at the location of the tank that was hit, and add it to a tank_explosion_group. Comment out the game_mode = blah line inside the collision function.