- This event has passed.
7 PM – Advanced Python Game Development – Sebastian
July 23 @ 7:00 pm - 8:00 pm
Today We Did
- Modify Enemy Turret to follow player tank
- Make bullet shoot in direction of Turret
- Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, please email me at latisha@ayclogic.com
Homework
1. Create a file called wall_explosion.py for the WallExplosion class which: a. uses all the images in assets/Bricks to make an animation (have something like tank's get_next_image) b. once you've shown all the images, call self.kill() 2. In main, create the wall_explosion_group. 3. Add a collision between the bullet and the wall. Both should disappear when they collide, but create a new WallExplosion in the place of the wall.