American Young Coder

AYC logo

3:30PM – Python Game Development

Today we Did: Made all Birds move to the right Add speed to Bird class Created create_bird function in main.py Add create_bird_timer to init so that we can slow down the creationRead More...

6 PM – Advanced Python Game Development

Homework: In main.launch_player_bullet() change the code so it can get the turret.x, turret.y and turret.angle Create enemy_tank.py Inside you should create EnemyTank class The EnemyTank class should inherit from Player class. OverrideRead More...