« All Events
7 PM – Python Game Development
May 13, 2021 @ 8:00 am - 5:00 pm
- We did GAME WIN page
- We refactored our codes to remove some code duplication
- We added count down timer.
- Homework:
- When player died and user click the play, the player immediately hit the tube again causing it to die immediately. To fix this, we need to remove the Tube and the coins and place the player on the middle location when we click the play button. We did a similar thing like this in Birdie.
- You need to add credit_button.png next to the play button.
- You have to create GAME_CREDIT_PAGE which will be displayed when user click on the credit_button. Look at how we did GAME_WIN and GAME_OVER.