« All Events
7:30 PM – Intro To Java – Alex Lee
October 26, 2022 @ 7:30 pm - 8:30 pm
Today We Did:
- We started with the Monster Inheritance project
- We added in how to add monsters, list them out, and play.
- The monster menu and the attack menu were also created.
For Homework:
- Inside the monster menu method, look at the for each code that lists out the monsters and try to think how we can shorten that code to one line instead of three.
- Also, initialize 3 different monsters, it is up to you which monsters you want to create.