- This event has passed.
7 PM – Python Game Development – Latisha
September 13, 2023 @ 7:00 pm - 8:00 pm
Your HW:
- Add a game_timer variable to your main
- Create a draw_timer method like we did for the score
- Make it subtract by 1 in that method
- Call it in the game_in_session method
- Draw the timer onto the top right corner of the screen