« All Events
9 AM – Intro to Java – Joel
April 5 @ 9:00 am - 10:00 am
Today we did:
- We continued working on MonsterInheritance and started doing the game features.
Homework:
- Similar to how we did healMonster, do the magic and sword attack in the same way. The difference is that you need to have a takeDamage function in the Monster to take damage instead of heal, and you need to randomize the the attack damage based on the attackMenu instead of inputting a number. Don’t worry about checking if the monster dies or anything like that for now.