« All Events
4:30 PM – Python Game Development – Bill
February 28 @ 4:30 pm - 5:30 pm
Your HW:
- Spawn the clouds like we did for the birds
- Create a spawn_clouds method
- Create a timer
- Randomize the Y
- Pick a X (left or right side of screen)
- Use that to pick the direction
- Add the clouds to the cloud group
- Remember to call the method in the game loop