- This event has passed.
1 PM – Python Game Development
December 4, 2021 @ 1:00 pm - 2:00 pm
Today:
- We cloned the tank-game git repo.
- We learned about git branches.
- We added the tank sprite.
Homework
- Add logic so that you can move the tank. Use “a, s, d, w” keys similar to what we did for the Birdie project to control the player.
- Create another sprite that draws the Brick on the screen. You can use the “Brick.png”. The brick sprite should have a location, (x, y), and screen.