American Young Coder

AYC logo

10 AM – Python Game Development

We went over how to draw the second bird in Birdie project. We started creating Bird class. Homework: Add third bird (bird03_A.png and bird03_B.png) in main.py. Make the bird goes from rightRead More...

4 PM – Python Game Development

We completed Birdie project. We reviewed Birdie project. We reviewed each character that you add in the project, it needs to inherit from pygame.sprite.Sprite class. Each sprite will need to have update(self)Read More...