- This event has passed.
9 AM – Python Game Development
October 31, 2020 @ 9:00 am - 10:00 am
- Homework:
- The bird currently is flapping its wings too fast or too frequently. You need to slow it down
- Go to bird.py, inside flap_wing() function you need to delay the switching of the image. How to do it should be very similar on how we did the following:
- Look at main.py and see how we slow down the creation of birds.
- Look at main.py and see how we slow down the creation of clouds.
- Look at player.py and see how we slow down the flapping of its wings.
- Go to bird.py, inside flap_wing() function you need to delay the switching of the image. How to do it should be very similar on how we did the following:
- The bird currently is flapping its wings too fast or too frequently. You need to slow it down