« All Events
7 PM – Python Game Development – Sebastian
September 25, 2023 @ 7:00 pm - 8:00 pm
Today We Did
- Completed the code to switch between title screen and playing the game
- Began code to launch “giant fireball”
- You can always find the code we wrote in class in my Gitlab repository here:
https://gitlab.com/gsugiart/mon-7-pm-dragon-birdie/-/tree/MON-7PM-Sebastian
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework to the corresponding project’s folder in your Google Drive
- Homework: Complete code to successfully launch giant fireball when user clicks the “b” key.
- Recall our launch_giant_fireball() that we set up in class (also exists in my branch on Git lab) which was copy/pasted from the normal launch_fireball().
- Modify launch_giant_fireball() to only launch when users click “b”, and all other differences between giant & normal fireballs (cool down, make the size 150)
- When finished, there will still be some bugs that we need to figure out in class like the correct x/y position of the giant fireball.