- This event has passed.
6PM Python Level 1
June 21, 2019 @ 6:00 pm - 7:00 pm
- We created Player class
- Load player image
- We added ability to make player up, down, left and right by using w,s,a,d keys.
- Homework:
- When player moving left, make the player image face left.
- When player moving right, make the player image face right.
- Please review Bird and Player classes. Ask any question about these 2 classes.