American Young Coder

AYC logo

3:30PM – Python Game Development

Today we did: Created Player class Slowed down the flapping of wings Added arrow controls to Player Homework: Create the Fireball class in firebally.py. In main, make fireball_group and if the spaceRead More...

6 PM – Advanced Python Game Development

Homework: create bullet_launch_flare.py Create a class BulletLaunchFlare It should animate the assets/Tank_Shot/Thank_Shot_X.png When you launch either enemy or player bullet, you should have this animation near the tip of the turret.

7 PM – Python Game Development

Homework: When the player and the bird collide, switch the game_mode to GAME_LANDING_PAGE. This way the user can play the game again. To do this, you have to look at how weRead More...