- This event has passed.
2 PM – Python Game Development – Sebastian
February 3 @ 2:00 pm - 3:00 pm
Today We Did
- Added to player.py
- Began making different screens
- Began blitting main menu buttons
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/sat-2-pm-flappy-bird/-/tree/Sebastian?ref_type=heads - AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Homework: Complete the reset method we made for the Player class.
- Reset player’s x & y attributes to the given x/y
- Reset player’s rect attribute’s x & y attributes to the given x/y
- Reset fall speed to 0