- This event has passed.
2 PM – Python Game Development – Sebastian
January 27 @ 2:00 pm - 3:00 pm
Today We Did
- Reviewed past class code & finished implementing collisions
- Added background music and sound effects
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/sat-2-pm-dragon-birdie/-/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