- This event has passed.
5 PM – Python Game Development – Bill
March 18, 2023 @ 5:00 pm - 6:00 pm
Your HW:
- Create a new class for the player in a new file called player.py
- Give it the following attributes:
- x
- y
- direction
- Make it flap its wings like the bird class does