« All Events
6 PM – Python Game Development
September 25, 2021 @ 6:00 pm - 7:00 pm
Today We Do
- We continued with Shoot Balloon project. We introduced BUG_DIZZY mode so bug can use different costumes when it has been pop by the balloon.
- The bug will move down when it is in BUG_DIZZY mode.
- The bug will disappear after is in dizzy mode for 3 seconds.
- We optimize the loading of the bug images to be only once per game.
Homework
- If you have not done it, please change the explode_score.py to have the score to be in the middle of the image, instead of the top left corner.
- Add Landing Page. The landing page need to have balloon_title.png and play_button.png. This is very similar to all other games we have done before.
- Add Count Down timer, when game is in session. Look at how we did it in Flappy Duck. After the countdown time goes to 0, display a Game Over page.
- Game Over page should have play button.