- This event has passed.
7 PM – Advanced Python Game Development – Sebastian
August 6 @ 7:00 pm - 8:00 pm
Today We Did
- Created Shield
- 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. if the enemy tank and bullet collide, then make both of them disappear and switch the game_mode to GAME_WIN 2. Make a function called game_win() that displays the assets/Texts/Text_You_Won.png image and the play button, this gets called when game_mode is GAME_WIN. 3. Make a function called game_over() that displays the assets/Texts/Text_Game_Over.png image and the play button, this gets called when game_mode is GAME_OVER.