- This event has passed.
3:30 PM – Adv Python Game Dev – Latisha
October 21, 2023 @ 3:30 pm - 4:30 pm
Today We Did
- We added the Start Wave button.
- We added multiple waves.
Homework
- Make sure to kill the enemy when it is off the screen.
- When there is no more enemy on screen, set self.wave_mode = WAVE_READY. This will make the start wave button to reappear. This is how you check if there is any more enemy on screen
len(self.enemy_group.sprites())