- Today we Did:
- Made all Birds move to the right
- Add speed to Bird class
- Created create_bird function in main.py
- Add create_bird_timer to init so that we can slow down the creation of birds
- Randomize the type of bird that is created
- Homework:
- create cloud.py which will hold the Cloud class (Do it just like bird.py). In main.py, make a function called create_cloud which will do the same thing as create_bird except it will show 1 cloud every 3 seconds. You will also need to make cloud_group, and then repeat what you did in game_loop for the birds except for the clouds
If you have any questions, please send an email to latisha@ayclogic.com