« All Events
9 AM – Python Game Dev – Indo – Gamas
May 4 @ 9:00 am - 10:00 am
Today We Did
- We reviewed coordinates in Pygame.
- We reviewed how to display image on the screen.
- We learned how to save/push code to gitlab cloud.
Homework
- Display 4 birds in the screen.
- One with original size. – move from right to left
- One with size 250, 200 – move from left to right
- One with size 30, 15 – move from top to bottom
- One with size 70, 50 – move from bottom to top
- Display the cloud image in its original size. Move from top right to bottom left.
- Make sure you can see all of the above images. The big image should appear behind the smaller images.
- Commit and Push your codes to gitlab according to what I taught in the class.