- This event has passed.
7 PM – Adv Python Game Dev – Gamas
October 28 @ 7:00 pm - 8:00 pm
Today We Did
- We started Tower of Defense project
- We added enemy.py
Homework
- Inside enemy.py, add an if else statement
- if type == 1 then use “PNG/1/2_enemies_1_ATTACK_00{i}.png”
- if type == 2 then use “PNG/2/2_enemies_1_ATTACK_00{i}.png”
- Make both of them appear on the screen.
- Slow down the enemy animation a little bit.
- Add enemy directions: LEFT, RIGHT, UP and DOWN. Make the enemies move according to the directions.