American Young Coder

AYC logo

6 PM – Python Game Development

Homework When the game mode is in LANDING_PAGE: display the logo and play button When the click on the play button, switch the game mode into GAME_IN_SESSION mode

7 PM – Python Game Development

Homework Change bird.py so if self.direction is 90 make the bird move to the right . if self.direction is 270 make the bird move to the left.