- This event has passed.
6 PM – Python Game Development
May 5, 2021 @ 6:00 pm - 7:00 pm
- We went over the homework to create fireball and move the player up and down.
- We added logic to shoot fireballs from the position of the player
- I’ve uploaded the source code here.
- Homework:
- Make the player have direction RIGHT when it moved to the right and have direct LEFT when it moved to the left.
- Then pass the direction of the player to the fireball, so that the fireball moves in the direction the player was moving.