« All Events
5PM – Intro To Java – Alex Lee
June 16, 2023 @ 5:00 pm - 6:00 pm
Today We Did:
- We reviewed the quizzes that we took a week before. Small reminder to make sure to take everything step by step when creating your code.
- Started the Monster Inheritance project.
- Added in the monster and some of the system.
For Homework:
- Inside the Monster class, create a getInfo method that will either return the information or print out the information in this format. “- monsterName – Health Remaining – health”
- Now inside your MonsterSystem create a method called listAllMonsters
- Make sure to check if there are any monsters in the map, otherwise print all of them out.