6 PM – Python Game Development
Homework: Enhance your ShootBalloon project: Create hit point in Target sprite. Detect the collision between the Target and the Balloon. If they collide, the Balloon should disappear. In the main.py, add aRead More...
Homework: Enhance your ShootBalloon project: Create hit point in Target sprite. Detect the collision between the Target and the Balloon. If they collide, the Balloon should disappear. In the main.py, add aRead More...
Homework: create fireball.py, similar to cloud.py or player.py. Inside fireball.py, load assets/bullet.png In the __init__ function, it should have direction parameter and in the update function, make the fireball move to theRead More...