- This event has passed.
3 PM – Python Game Development
August 28, 2021 @ 3:00 pm - 4:00 pm
Today We Do
- We continued with Tower of Defense game. We make sure the enemy waves is working properly.
Homework
- Raelyn, Corey and Bradley: change the play button to be smaller. Use pygame.transform.scale(…). And fix the broken player movement. The y coordinate needs to be changed.
- Kyle and Anderson: display the health on the screen. Look at how we draw_score in Birdie project.