- This event has passed.
7:30 PM – Python Game Development – Bill
April 15 @ 7:30 pm - 8:30 pm
Your HW:
- Create a new method called handle_main_menu
- It will have birds and clouds spawn/update
- Also make it have the title/logo and play button displayed on the screen
- To test, add an elif to the if inside the game loop that checks if the mode is MAIN_MENU
- if it is it will call your handle_main_menu method
- Then change the self.mode to MAIN_MENU to see