- This event has passed.
7 PM – Python Game Development
October 24, 2021 @ 7:00 pm - 8:00 pm
Today:
- We went over the homework to add the fireball
- We started creating birds continuously.
- We introduced the timer technique to slow down the creation of birds.
- We spawned birds moving to the left and the right.
Homework:
- Create clouds continuously, with a random y value.
- Use the timer technique to slow down the creation of clouds.
- Make the clouds move to the right and to the left.
- Add a new speed attribute for both the bird and the cloud sprites. And make the speed attributes modify the position. Then randomize the speed attributes of the birds to be between 3 and 7, and the speed of the clouds to be between 1 and 3.