- This event has passed.
5:00 PM – Python Game Development – Daniel
July 29, 2025 @ 5:00 pm - 6:00 pm
What We Did
- We saw how to move a bird.
- We created a bird class and added it to a bird group.
Homework
- Create a new class called Cloud in a file called cloud.py similar to the bird one.
- Use the cloud1.png image and no need to scale the image. Make it move to the right.
- In main.py, make a new group called self.cloud_group, make an instance of the new cloud and add it to the cloud group, then call update in the game_loop.
- This should be similar to how we created the bird class.
- After completing the homework, make sure to commit and push the changes to Gitlab, and add a short description of what you added.
- If you have any questions, email me at dmeng@ayclogic.com