« All Events
FRI – 7 PM – Python Game Development – Gamas
August 26, 2022 @ 7:00 pm - 8:00 pm
Today We Did
- We continued with Flappy Bird. We started creating Credit Page.
Homework
- Continue on your personal python game project according to your project planning.
- Continue on your Flappy Bird project. My latest code can be found in here just in case if you did not have a chance to copy the code: https://gitlab.com/gsugiart/flappy_bird/-/tree/Fri_7PM_Latisha .
- Add code inside main.py, specifically inside display_play_credit_button() method to make the “CREDIT” button clickable. After you click the CREDIT button set the game mode to GAME_CREDIT.
- Earlier in the class, I made a mistake where in the game_loop(), I did not call self.game_credit_page() properly.
-
elif self.mode == GAME_CREDIT:
self.game_credit_page()
- In the Game Credit page, you should display the following information