- This event has passed.
10 AM – Python Game Dev – Indo – Gamas
August 10 @ 10:00 am - 11:00 am
Today We Did
- We introduced DiagonalBird sprite.
- We animate DiagonalBird sprite.
Homework
- Right now, the bird is flapping its wing with the speed of 40 times per second. Poor bird, it must really tired. Try to slow down the bird wing flapping animation using creating another timer (similar to the timers that we have created inside main.py) inside bird.py.
- Add hitbox for bird.py, player.py and diagonal_bird.py.