American Young Coder

AYC logo

10 AM – Python Game Development

Homework: In Flappy Duck project: Display the score on the top left corner of the screen. Look at how we displayed score in the Birdie project. Create 2 Game modes: GAME_STARTED =1Read More...

12 PM – Python Game Development

Homework: In Flappy Duck project: Create a new file: score_line.py Inside the file, create a new class called ScoreLine. the class should inherits from pygame.sprite.Sprite. Inside the __init__, It would have parameters:Read More...