« All Events
9 AM – Python Game Development
October 3, 2020 @ 9:00 am - 10:00 am
- We continued with Birdie game.
- Homework:
- We want to try to make the dragon flap its wing.
- Inside player.py, inside __init__ function, create one more class attribute: self.images = []
- Use for loop to loop through all element inside Player.IMAGES list.
- inside the for loop, load each image and append into self.images list.
- Next week, we are going to learn how to use this loaded images.