- This event has passed.
4 PM Python Game Development
November 16, 2019 @ 4:00 pm - 5:00 pm
- 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.
- We created SwimmingBird class which inherits from Bird class.
- We went over how to override the implementation of the function of the parent class.
- We downloaded Birdie project directory from google drive.
- Homework:
- Please download Python 3.7, follow this instruction: https://www.ayclogic.com/python-installation-guide
- Please download PyCharm Python editor, follow this instruction: https://www.ayclogic.com/pycharm-setup-guide/