- This event has passed.
3 PM Python Game Development
September 14, 2019 @ 3:00 pm - 4:00 pm
- We continued with Pong project
- We added Blue and Orange player.
- We are able to control Blue player by W and S keys.
- We are able to control Orange player by UP and Down arrow keys.
- We learn about inheritance.
- Homework:
- Make the BouncingBall inherit from pygame.sprite.Sprite. Follow the same way as the Player class