American Young Coder

AYC logo

2:15 PM – Python Game Development (Makeup class)

We went over the homework We learned about inheritance in python We learned about dictionaries I uploaded the code here. Homework: Follow the direction to download Pycharm: https://www.ayclogic.com/pycharm-setup-guide/ Read and do theRead More...

9 AM – Python Game Development

We continued with Flappy Duck game We added Downward Tube properly. Homework: Create coins.py Inside coins.py, create Coin class Load coin_1.png Integrate it to main.py and make it appear on the screen.

10 AM – Python Game Development

Both teams made a good progress on their final projects. I am very proud with them: Lava Joomp Whack-a-mole Homework: Polish your final projects so everything is good and game works perfectly.

5 PM – Introduction to Python – Nathaniel Lee

Today we went over: Quiz 2 loop and function practice problems Homework: https://www.ayclogic.com/list-inputs-if-and-else-loops-and-function/ If you have any questions, please feel free to email me at nathaniel@ayclogic.com!

6 PM – Python Game Development

We went over how to have 2 game modes GAME_LANDING_PAGE GAME_IN_SESSION Homework: In main.py load play_button.png and birdie_title.png. No need to create its own file, just do it inside main.py like howRead More...