- This event has passed.
7 PM – Python Game Development
February 25, 2022 @ 7:00 pm - 8:00 pm
Homework
- Load assets/bird01_A.png in Birdie.__init__ method
- Inside game_loop method, blit the image that you just load.
- Make sure to blit this image AFTER you blit the background. Otherwise, you wont see the bird image.
- This is very similar to how you blit the self.background. image