American Young Coder

AYC logo

10 AM – Python Game Development

Homework: In the Player class do the following if user pressed "w" on the keyboard make the bird go up. if user pressed "s" on the keyboard make the bird go down.

11 AM – Python Game Development

We installed Pycharm properly. We learned how to load images in Pygame. We loaded background image We loaded bird image. Homework: similar to bird01_A.png, load bird02_A.png into the screen. Follow the exampleRead More...