- This event has passed.
3 PM Python Game Development
September 21, 2019 @ 3:00 pm - 4:00 pm
- We reviewed Player class inheritting from pygame.sprite.Sprite.
- We added BouncingBall class inheritting from pygame.sprite.Sprite.
- We added code that would detect collission between Player and BouncingBall.
- Homework:
- When Player and BouncingBall collide, the ball need to change its horizontal direction.