- This event has passed.
3:30 PM – Advance Python Game Development
September 14, 2021 @ 3:30 pm - 4:30 pm
Today We Do:
- We added wall.py where the image could either be IronWall.png or Brick.png.
- We added a feature to dynamically build the wall on the screen based on config.py
Homework:
- Generate WALL_MAP in config.py. There should be 28 columns and 20 rows. The edges should be IRON_WALL. The Inside should be either BRICK_WALL or empty space.