- This event has passed.
10 AM – Python Game Dev – Indo – Gamas
August 3 @ 10:00 am - 11:00 am
Today We Did
- We reviewed the homework
- We introduced hitbox to fireball
Homework
- Create hitbox to bird.
- Create a new file diagonal_bird.py
- Create a new class DiagonalBird
- This bird needs to use all 4 images inside assets/bird_with_hat/frame_{i}.png
- Make the sprite appear on the screen once every 3 seconds. Moves diagonally from bottom left corner to top right corner.
- Make the bird has flapping wing animation.