
Semi finished bug class and added the credit and play button handlers
For 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 duck
For 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
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