« All Events
7 PM – Python Game Development
October 15, 2020 @ 7:00 pm - 8:00 pm
- We went over how to make Bird class in a separate python file (bird.py)
- We learned how to integrate bird.py into main.py
- Homework:
- Move the Bird diagonally from top left corner to the bottom right corner.
- Review class and class inheritance
- What is the use of __init__ function?
- How to load an image in pygame?
- How to draw an image to the screen?