American Young Coder

AYC logo

10 AM – Python Game Development – Gamas

Homework Fix the Flappy Bird Title so it will appear properly Create coin.py and Coin class Inside coin.py, load coin_1.png and coin_2.png Integrate coin.py into main.py

12 PM – Python Game Development

Homework Inside main.py, create self.score =0 Inside main.py, whenever the bird and the scoreline collide, you want to increase self.score by 1 Create coin.py Create Coin class which inherits from pygame.sprite.Sprite LoadRead More...

5 PM – Intro To Python – Gamas

We completed Password Generator program We started Hang man game Homework: Inside the while loop, check if the user input is the same with "secret_word". If it is, break from the loopRead More...