- This event has passed.
7 PM Intro To Java – Alex
March 23, 2023 @ 7:00 pm - 8:00 pm
Today We Did:
- Created three new methods, arrowAttack, magicAttack, and takeMonsterDamage.
- We were able to create takeMonsterDamage because we noticed that the code was duplicating multiple times so it was correct to make it a method.
- Also, learned about inheritance and how we can override methods.
For Homework:
- Finish up the options for the magic attack for water, earth, and wind.
- Create a new class called Troll and it should extend the monster class.
- The troll is immune to earth, and takes double damage from fire.