« All Events
10 AM – Python Game Dev – Indo – Joel
November 4, 2023 @ 10:00 am - 11:00 am
Today We Did
- We made the player able to face left or right.
- We made the cloud able to appear on the left or right side of the screen. And also move left or right direction.
Homework
- Create a fireball.py file and inside create a Fireball class.
- Use the assets/bullet.png for the image.
- Make the fireball appear on the screen once every one second moving to the right. This is very similar to create_bird(self) inside main.py