filoromz / roloex

A random project -- RPG game :)
4 stars 0 forks source link

Set up Enemy/Monster classes #2

Open filoromz opened 12 years ago

filoromz commented 12 years ago

This should be a fun one! We need to create an Enemy class which will represent the different types of Monsters that our Hero will face. Other possible ideas include creating a Boss class which will be more difficult to kill.

The Enemy class should ideally extend from the Character Class? If that's the case, we should probably increase the MAX_HP and MAX_MP attributes in the Character class to cater for the different levels of HP/MP each monster would have.

filoromz commented 12 years ago

Alex! Can you do this before I get back from Port Stephens? xD If you're busy, I'll take over this ticket. Thanks

abatten187 commented 12 years ago

I'll look into the code sometime this week and see what i can do ^_^