« All Events
10 AM – Python Game Dev – Indo – Gamas
August 31 @ 10:00 am - 11:00 am
Today We Did
- We introduced giant fireball
- We introduced giant fireball cooldown indicator.
- We added TESTING mode inside config.
Homework
- Inside main.py inside display_giant_fireball_cooldown(self) method. when the timer goes to 0 or less, display “GIANT FIREBALL READY” in rainbow color.
- Make sure all the collision detections exists between all of these sprites
- player
- bird
- diagonal bird
- fireball.
- giant fireball. When it collides with bird or diagonal bird, make the bird disappear, but giant fireball should NOT disappear.