- This event has passed.
7 PM – Python Game Development
December 8, 2021 @ 7:00 pm - 8:00 pm
Today:
- We went over the homework
- We reviewed why we need to use copy.deepcopy.
- We modified the self.map_copy attribute as the bricks get destroyed.
Homework
- Add a type parameter to the Brick constructor. When the type is WALL_FLAG, then load the normal brick self.image attribute, but if the type is BORDER_WALL_FLAG, then use the IronWall.png for the self.image attribute.
- Modify the map to show the iron wall/brick around the edge of the map.