« All Events
7 PM – Python Game Development – Sebastian
July 10, 2023 @ 7:00 pm - 8:00 pm
Today We Did
- Setting up Gitlab and PyCharm
- Learned about how to load images
- Learned how to blit images
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Name your homework JUL10_blit_hw, please submit by next Sunday.
- Homework:
a. Load image bird01_A.png and save into attribute called self.bird1
b. Blit self.bird1 to screen at coordinates (50, 50)
c. Commit and push your changes to your branch