- This event has passed.
7:00 PM – Python Game Development – Darin
What We Did Today:
-
Semi finished bug class and added the credit and play button handlers
Homework:
- Make the various game modes work visually.
For game menu, call the handle play and credit button method and spawn the logo above themFor game win and game loss, add text that shows you won or you lost
^for this you will need to define a draw_text method similar to what exists in the explosion class or from flappy duckFor game credits, write a credits similar to your own game
Finally, add in a condition to switch screens in the game_in_session() method that switches to game_win or game_loss when the GAME_TIMER expires (you will need to add this in as well to a value of 10 for now), and you select win or loss based on if you manage to get 10 points
Notes:
All class notes can be found here: https://gitlab.com/billhan5732/wed-630-flappy-duck-bill/-/tree/bill/src
You can reach me at ddjapri@ayclogic.com