9 AM – Python Game Development
We added Game Over page in Flappy Bird game. Homework: Add background music assets/audio/Happy Baby.wav to the game
We added Game Over page in Flappy Bird game. Homework: Add background music assets/audio/Happy Baby.wav to the game
We created Wall Explosion animation. We created Enemy Tank via inheritance Homework: Change main.py read_map() method to handle ENEMY_FLAG to create EnemyTank there. Create EnemyTurret class which inherits from Turret class. OverrideRead More...
We went over the homework to add the coin sprite. We modified the tube to use tube_height rather than pass in a y value. We randomized the height of the tube. WeRead More...
Homework: Create June5_ListHomework.py: Copy exercises from page 37 to 41 Do "TRY IT YOURSELF" from page 36 Create June5_ForLoopListHomework.py Page 52.
Homework: In main.py, change draw_big_text(self,x,y) method Add one more parameter: text Inside the method, instead of drawing "GAME OVER", draw according to "text" parameter Inside game_over_page(self), because we add one more parameter,Read More...