American Young Coder

AYC logo

5:30 PM – Python Game Development

Homework: Create a Player class. Copy bird.py into player.py Change the Bird class into Player class. Load the player-1.png Inside Player.update(), do not call self.flap_wing() Try to integrate Player into main.py