- This event has passed.
7 PM – Advanced Python Game Development – Sebastian
July 2 @ 7:00 pm - 8:00 pm
Today We Did
- Finished Tower Defense Game
- Started Tank Game
- created Tank and 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
- Create a file called enemy_tank.py which uses the assets\Enemy_Tanks\Type_1\EnemyTank_1_0.png image, and is controlled using the up-down-left-right keys to move.
- Create the enemy_tank group in main.py, an instance of the enemy_tank in self.enemy_tank and update the group to show the enemy tank on the screen.