« All Events
6 PM – Adv Python Game Dev – Gamas
July 20, 2023 @ 6:00 pm - 7:00 pm
Today We Did
- We continued on TOD project. We specifically worked on the 3 steps to enable the enemy movements
- What direction should the enemy move according to its region.
- Move the enemy according to the direction set.
- Switch the region according to the enemy coordinate.
Homework
- Next 2 classes would be Thursday at 6 PM instead of SAT – 3 PM because I will be unavailable on SAT – 3 PM. So July 27 and Aug 2, will be Thursday classes.
- Continue on enemy.py to make the enemy move from region 1 all the way to region 11a or 11b.
- When in region 10, you need to randomly decide whether to move to 11a or 11b. Look at Shoot Balloon project to see example how to randomly make bad balloon.