« All Events
10 AM – Python Game Dev – Indo – Gamas
August 17 @ 10:00 am - 11:00 am
Today We Did
- We learned how to slow down flapping wing animation for both player and birds.
- We learned how to detect collision and make bird and fireball disappear when they collide.
Homework
- For Aiden:
- create diagonal_bird.py
- load all images inside assets/bird_with_hat/ folder.
- Make the bird flaps its wings
- Make the bird move diagonally
- Create the bird once every 2 seconds.
- Everyone else:
- Slow down the flapping of the wings for diagonal_bird.py. We did something similar with bird.py and player.py earlier.
- Add codes that will make player disappear when it collides with bird.