- This event has passed.
1 PM – Python Game Development
July 17, 2021 @ 1:00 pm - 2:00 pm
Today:
- We made sure everyone got a gitlab account.
- We refactored the code for the play button and the credit button into their own methods.
- We added a countdown indicator.
- I’ve uploaded the code here.
Homework:
- Add a a constant GAME_WON and a new page, the game won page.
- You should switch the game mode to GAME_WON and display the game won page when the
countdown_seconds
variable gets to zero.
- The game won page should have a play button and a credit button and it should have some text above the button that says “Game Won”
Note: No class on July 24th we’ll resume on July 31.