- This event has passed.
7 PM – Python Game Development
October 17, 2021 @ 7:00 pm - 8:00 pm
Today:
- We went over the homework to add Cloud.
- We added sprite “Group” to organize our sprites and draw them on the screen.
- We added the player sprite moving the left and right with “a” and “d” key presses. I’ve uploaded the source code here.
Homework:
- Make the player move up and down when you press the “w” and “s” keys respectively.
- Add a “Fireball” sprite class using the “fireball.png” file.
- Make the fireball appear on the screen.
- Bonus: create a new fireball when the player presses the “f”key.