- This event has passed.
7 PM – Python OOP
December 17, 2021 @ 7:00 pm - 8:00 pm
Homework
- Create Troll (troll.py) and WaterGolem (water_golem.py) classes
- Troll class should be immune to “earth” magic attack.
- WaterGolem class should be immune to “water” magic attack.
- Look at how we did the Dragon class.
- Inside monster_system.py, inside initialize_monsters method, make sure to use both Troll and WaterGolem classes instead of Monster class.