American Young Coder

AYC logo

2 PM Python Game Development Makeup

We went over how to display the winning banner in the middle of the screen when one of the player wins. We went over how to use Pycharm Python editor. We restrictRead More...

3 PM Python Game Development

We went over how to use the Pycharm python editor. When one of the players wins, we hide the ball and paddle from the screen. We restrict the movement of the playerRead More...

4 PM Python Game Development

We went over the homework of Object Oriented Programming (OOP) We created Bird class. We created FlyingBird class which inherits from Bird class. We created NonFlyingBird class which inherits from Bird class.Read More...