- This event has passed.
4 PM – Advance Python Game Development
September 13, 2021 @ 4:00 pm - 5:00 pm
Today We Do
- Make the tank able to use LEFT, RIGHT, UP and DOWN costumes.
- Make the tank able to move up, down, left and right via W, S A, D keys on your keyboard.
- We added player_turret.py sprite and make the turret follow wherever the player_tank is moving.
Homework:
- Create a new sprite , brick.py, use “assets/Brick.png” for the image.
- Display one of this sprite anywhere on the screen.