- This event has passed.
3:30 PM – Adv Python Game Dev – Latisha
February 17 @ 3:30 pm - 4:30 pm
Today We Did
- Worked on the Shield
Homework
- add GAME_LANDING_PAGE mode in config
- make the game_landing_page() function in main display Game_Logo.png image and call handle_play_button()
- make handle_play_button() function display the play_button.png, if clicked switch to GAME_IN_SESSION
- make the game_lose() AND game_win() functions also call handle_play_button()
- Add game_landing_page to game_loop()