« All Events
9 AM – Python Game Dev – Indo – Gamas
March 30 @ 9:00 am - 10:00 am
Today We Did
- We learned about pygame library.
- We learned about how to blit image to screen.
- We learned how to move bird left and right.
Homework
- Memorize the X, Y coordinate in Pygame. Make sure you can answer these questions next week.
- Where is the (0,0) coordinate?
- If you go left or right, what’s change and does it become bigger or smaller?
- If you go up or down, what’s change and does it become bigger or smaller?
- How to prepare/load an image into your program?
- How to draw the image into the screen?
- Change the code to display the following images on the screen:
- bird02_A.png, bird_03_B.png, bullet.png and cloud_1.png
- Make sure these images are resized so they don’t look huge.