« All Events
7 PM – Adv Python Game Dev – Gamas
August 20 @ 7:00 pm - 8:00 pm
Today We Did
- We learned about simpleai python library https://pypi.org/project/simpleai/
- We learned how to use A* algorithm inside simpleai.
Homework
- When player’s bullet hit enemy. Do not switch to GAME_OVER.
- Instead, make the enemy disappear
- Create tank_explosion.py
- Make tank_explosion sprite appear for 5 seconds and disappear.
- tank_explosion sprite need to have animation from all images under “assets/Tank_Explosion” folder.
- This is very similar to what we did in ShootBalloon project when we pop the balloon.