- This event has passed.
7 PM – Advanced Python Game Development – Sebastian
June 18 @ 7:00 pm - 8:00 pm
Today We Did
- Click to purchase a tower
- Finished fireball class
- Finished up showing fireballs on the screen for purchased towers
- Add group collides for fireball and enemy
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024 - AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, please email me at latisha@ayclogic.com
Homework
- Show the price of the tower and the gem picture on the TowerForPurchase.
- When the fireball hits an enemy, decrease its health by the fireball’s attack_point.
- If the enemy runs out of health, kill it.