« All Events
11 AM – Python Game Dev – Indo – Gamas
February 22 @ 11:00 am - 12:00 pm
Today We Did
- We displayed balloons on the screen.
- We displayed player star sprite on the screen.
- We displayed BAD BALLOON text on top of the balloon.
Homework
- Change the SCORE_FONT size inside config.py so it will look good on top of the balloon.
- Change the x and y coordinates on BAD BALLOON text on top of the balloon.
- Add Balloon hitbox
- Add player hitbox
- Add collission detection between balloon and player and user has to click on the balloon before the balloon is pop.
- When user pop the balloon, increase score by 1.
- Display the score on the screen.