Today we did
- practice inheritance
- start monster_system
- showcased the game
Homework
# create two functions add_monster and list_monsters
# replace the appropriate passes with those functions (i.e call them)
# on the bottom, write the code neccesary so that when i click the run button, it runs the
# application loop
# uses inheritance to create orc monster
# should act exactly the same as a normal monster, except they have a weakness to
# fire damage. when fire magic is used, it deals double the normal damage
# when fire magic is used, print a special double damage message.
#otherwise act as normal