- This event has passed.
4 PM – Python Game Development – Latisha
April 29, 2023 @ 4:00 pm - 5:00 pm
Today We Did
- We learned how to create game loader that is executed as a separate thread.
Homework
- The class is finished but if you guys want, you guys can continue with Balloon shooting game.
- Add count down counter on the top right corner of the screen.
- When the count down goes to 0 do 2 things
- When score >= 50, then display GAME_WIN
- When score < 50 then, then display GAME_LOSE.