American Young Coder

AYC logo

1:30 PM Introduction To Python

We completed Hangman game. We went over how to read error messages in Python and fix bugs. Homework: Create 'Feb9_FixBugHomework.py': fix this broken code: https://www.ayclogic.com/fix-python-bugs-2/

3 PM Python Game Development

We continued with Birdie game We reviewed the homework where we need to make the Bird flap its wing. We created Player class Homework: Create Bullet class