- This event has passed.
7 PM – Advanced Python Game Development – Sebastian
July 30 @ 7:00 pm - 8:00 pm
Today We Did
- Created Shield Powerup
- Find the code for the Tank Game here: https://gitlab.com/latishasumardy/tankgame_tues6pm
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, please email me at latisha@ayclogic.com
Homework
1. Take the code we added into game_loop and move it into a function called game_in_session. 2. Add game modes into config.py (like how Tower Defense did it) 3. Create self.game_mode in main's __init__, and in game_loop check which game mode we're in to pick the right function to call 4. Make the landing page in self.landing_page(), showing the logo Game_Logo.png and the play button play_button.png 5. When the play button is pressed, switch to game_in_session.