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...
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...
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...
Homework: In both the GAME_LANDING_PAGE and GAME_IN_SESSION I want to see the birds. the clouds.