« All Events
5 PM – Python Game Development – Gamas
July 21, 2022 @ 5:00 pm - 6:00 pm
Today We Do
- We reviewed the finished version of the students’ games
- Cow and Panda Attack
- Doodle Marathon
- We continued with Shoot Balloon game by adding target, by randomizing the color of the balloon. And we also clean up the balloon after it goes off the screen.
Homework
- Add collision detection between Balloon and Target. The balloon has to disappear.
- Add a score attribute which will be increased by 1 every time a balloon is popped.
- Display the score on the top left corner.