- This event has passed.
7 PM – Python Game Dev – Latisha
May 25, 2023 @ 7:00 pm - 8:00 pm
Gamas sub
Today We Did
- We added collision detection between multiple special fireballs and birds.
- We utilized for loop to display these 4 multiple fireballs
- We added sound effects: one for regular fireball and one for giant fireball.
Homework
- Add “Giant Fireball Countdown <self.giant_fireball_count_down>” on the top right corner of the screen. Look at how we display the score on the top left corner of the screen.
- Create a new attribute inside main.py: self.giant_fireball_count_down = 10000.
- As the game continues, reduce this new attribute by one. Next week Latisha will show you how to properly reduce this new attribute to display properly second by second count down.