« All Events
3:30 PM – Adv Python Game Dev – Latisha
December 23, 2023 @ 3:30 pm - 4:30 pm
Today We Did
- We continued with removing code duplications from EnemyTurret and EnemyTank classes using inheritance.
- We started launching player’s bullet when user click the mouse.
Homework
- No class next week, the class will resume on Jan 6th, 2024.
- Make the player bullet moves to the right.
- When the player’s bullet reach the end of the screen, kill it.
- Add cool down so user cannot spam with bullet. Take a look at dragon_birdie on the cool down for the dragon.
- Launch enemy bullet upward when user click SPACE key.
- When the enemy bullet reach the end of the screen kill it.
- Reviewed the cosine, sine and tangent math formula that you guys did in the Tower of Defense.