- This event has passed.
7PM – Python Game Development – Latisha
May 31, 2023 @ 7:00 pm - 8:00 pm
Today We Did
- Continued working on Birdie
Homework
- Make a new class called Cloud in a file called cloud.py similar to the one we made for Bird. Use the cloud1.png image, and you don’t need to scale the picture. Make it move to the right. Then in main.py make a new group called self.cloud_group, make an instance of the new cloud and add it to the group, then call update for the cloud group in the game_loop.