- This event has passed.
7 PM – Python Game Development
March 9, 2022 @ 7:00 pm - 8:00 pm
Today:
- We went over the homework to add the landing page.
- We add the TowerForPurchase sprite and created a floating TowerForPurchase when the target collides with the non floating TowerForPurchase.
Homework:
- Create a new sprite class called “TowerHotspot”, and then position them at these locations:
- When the floating tower collides with a tower hotspot sprite, create a Tower at the hotspot location using similar logic we used to create the floating TowerForPurchase.
- When the Tower is created, remove the floating tower from its sprite group.