« All Events
7 PM – Python OOP – Gamas
March 29, 2023 @ 7:00 pm - 8:00 pm
Homework
- Continue on Monster Inheritance project.
- Add the water, earth and wind magic attacks. Look at how we did it for fire magic.
- After each magic attack, the monster also need to attack the player. Please add this code. We did this for the sword attack.
- Change the code so our program is not case sensitive. Hint: You have to change when you add the monster key to the dictionary and when you get it you have to change as well.