- This event has passed.
5:30 PM – Python Game Development – Bill
February 10, 2023 @ 5:30 pm - 6:30 pm
Today We:
- Continued working on the Flappy Duck project
Your HW:
- Finish making your time line for your projects
- Add all links to which assets you will be using
- Start working on your Projects
- Flappy Duck:
- Add a new variable “score”
- Create a new method to spawn your coin class
- Add collisions between coin and player
- When the player touches a coin, the coin will disappear and increase the score by 1