« All Events
11 AM – Python Game Dev – Gamas
February 15 @ 11:00 am - 12:00 pm
Today We Did
- We started Shoot Balloon project
Homework
- Make the player appear on the screen.
- Create balloon.py
- Create Balloon sprite.
- Inside Balloon.__init__ randomize the balloon image to either
- blue_balloon_1.png
- green_balloon_1.png
- orange_balloon_1.png
- red_balloon_2.png
- And make the balloon randomly appear from the bottom of the screen going up.
- When player (target) collide with the balloon, and mouse is clicked, make the balloon disappear.