- This event has passed.
6 PM – Advanced Python Game Development – Sebastian
April 30 @ 6:00 pm - 7:00 pm
Today We Did
- Finished creating the title screen and credits pages, reviewing all the old fundamental pygame concepts
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/tue-6-pm-sebastian-apr-2024 - 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: Create boilerplate code for bullet, enemy and tower files.
- Make class for each file (upper case first letter)
- Parameters: x, y, size, screen
- For each parameter, store in an attribute
- Create update for each class
- In main.py, create groups for each class