- This event has passed.
3 PM Python Game Development
September 7, 2019 @ 3:00 pm - 4:00 pm
- We went through the homework.
- We added blue paddle and control it using “w” and “s” key.
- Homework:
- if Player.color == ‘orange’ load the orange paddle image. Also make it controllable by up (K_UP) or down (K_DOWN) arrow keys.
- if Player.color == ‘blue’ load the blue paddle image. Also make it controllable by w or s keys.