- This event has passed.
5 PM – Python Game Development – Darin
February 19 @ 5:00 pm - 6:00 pm
What We Did Today:
- Learnt how to load images onto the program using pygame.image.load()
- Learnt how to make images appear onto our game using .blit( {image} , {x _coordinate, y_coordinate} )
- Learnt how to transform our images on the program using pygame.transform.scale( {image} , {length, height} )
- Learnt how to make the images move by using a variable to change the coordinates
Homework:
- Add bird 4 into the program
- Make bird 3 and 4 move, where bird 4 moves in an incline downwards, while bird 3 moves horizontally backwards (make bird 3 spawn on the far right of the screen)
- Commit and Push the code into your gitlab (email me if you are confused on how to do this)
Notes:
If you have any questions, feel free to email me at ddjapri@ayclogic.com