- This event has passed.
5 PM – Python Game Dev – Gamas
July 26 @ 5:00 pm - 6:00 pm
Homework
- Fix the index out of bound error you found in player.py
- Add animation to bird.py. This should be similar to what you did in player.py.
- Create cloud.py
- Create Cloud sprite
- Randomize the three cloud images.
- And spawn cloud once every 3 seconds.
- Some clouds need to appear on the LEFT side of the screen going RIGHT.
- Some clouds need to appear on the RIGHT side of the screen going LEFT.