American Young Coder

AYC logo

4 PM – Python Game Development

Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...

5 PM – Python Game Development – Gamas

Homework When user pop bad balloon, play the assets/explodify.wav Make the Explode sprite disappear after 2 seconds. Use timer inside Explode sprite and also the self.kill(). Similar to self.balloon_create_timer in main.py.